[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Options which control the information saved and loaded for the grid control.
Source position: grids.pas line 1287
protected property TCustomGrid.SaveOptions : TSaveOptions |
SaveOptions is a TSaveOptions property with the set of options enabled when saving values in the grid to a file or stream. The options indicate whether design-time information, column attributes, cell content and positions are included in the values save for the grid control. The TSaveOption values included in or excluded from the property affect the following:
The default values in SaveOptions are not assigned in TCustomGrid, and must be provided in a descendent class like TCustomStringGrid.
SaveOptions also determines the data available and processed when loading grid information in the LoadFromFile or LoadFromStream methods.
|
Saves grid information to a file with the specified name. |
|
|
Saves grid information to the specified stream. |
|
|
Loads grid data from a file with the specified file name. |
|
|
Loads grid data from the specified stream. |
Version 4.0 | Generated 2025-05-03 | Home |