[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Loads design-time values for the Options in a grid from an XML configuration file.
Source position: grids.pas line 1148
protected procedure TCustomGrid.LoadGridOptions( |
cfg: TXMLConfig; |
Version: Integer |
); virtual; |
cfg |
|
XML configuration file instance examined in the method. |
Version |
|
LCL version for the grid option data. |
LoadGridOptions is method used to load value for the Options and Options2 properties from the XML configuration file specified in cfg.
Design-time settings for the grid control are loaded from the XML file when soDesign is included in the SaveOptions property and the XML file includes the corresponding values. LoadGridOptions reads the enumeration values for both properties from the XML configuration file and stores the set types to the Options and Options2 properties.
LoadGridOptions is called during execution of the LoadContent method.
|
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. |
|
|
Loads values for the grid control from the specified XML configuration file. |
|
|
Saves design-time configuration, column and row settings, and data to the specified XML configuration file. |
|
|
Options which control the information saved and loaded for the grid control. |
Version 4.0 | Generated 2025-05-03 | Home |