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

TCustomGrid.SaveOptions

The set of options for saving information from the grid (design, attributes, content or position)

Declaration

Source position: grids.pas line 1210

protected property TCustomGrid.SaveOptions : TSaveOptions
  read FsaveOptions
  write FSaveOptions;

Description

These options are used when saving grid information, but also when loading grid information.

See also

TCustomGrid.LoadFromFile

  

Load the grid data from a file with the specified name

TCustomGrid.SaveToFile

  

Save the data in the grid to a file with specified name

The latest version of this document can be found at lazarus-ccr.sourceforge.net.