[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TSaveOptions

Set type used to store TGridSaveOptions values.

Declaration

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.

);