[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set type used to store TGridSaveOptions values.
Source position: grids.pas line 132
type TSaveOptions = set of ( |
||
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. |
); |