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

TGridSaveOptions

Represents save options available for LCL grid controls.

Declaration

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.

);