[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Saves grid options to the specified XML configuration file.
Source position: grids.pas line 1175
protected procedure TCustomGrid.SaveGridOptions( |
cfg: TXMLConfig |
); virtual; |
cfg |
|
XML configuration file where values are stored. |
Stores TGridOption and TGridOption2 enumeration values found in the Options and Options2 properties to the XML configuration file specified in cfg. Used in the implementation of the SaveContent method.
Use LoadContent to load option settings into the current grid class instance.
|
Represents grid option values available for grid controls. |
|
|
Represents grid options introduced in Version 2 (or higher) of grid controls. |
|
|
Contains the set of optional features and/or behaviors enabled for the grid control. |
|
|
Contains additional options for scrolling and editor behavior enabled in the grid control. |
|
|
Saves design-time configuration, column and row settings, and data to the specified XML configuration file. |
|
|
Loads values for the grid control from the specified XML configuration file. |
Version 4.0 | Generated 2025-05-03 | Home |