Represents save options available for LCL grid controls.
Source position: grids.pas line 126
type TGridSaveOptions = ( |
||
soDesign, |
|
Enables saving grid structure (col/row count and Options). |
soAttributes, |
|
Enables saving grid attributes (Font, Brush, TextStyle). |
soContent, |
|
Enables saving Grid content (Text in TStringGrid). |
soPosition |
|
Enables saving the Grid cursor and selection position. |
); |