[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Loads values for the Options property from the specified XML configuration file.
Source position: dbgrids.pas line 495
protected procedure TCustomDBGrid.LoadGridOptions( |
cfg: TXMLConfig; |
Version: Integer |
); override; |
cfg |
|
XML configuration file loaded in the method. |
Version |
|
Version number for the values in the specified file. |
LoadGridOptions is an overridden method in TCustomDBGrid. It re-implements the method introduced in TCustomGrid to read and capture the TDbGridOption values used the Options property for the class instance. It does not call the inherited method.
LoadGridOptions is called from the LoadContent method in the ancestor class.
|
Enables or disables optional features or behaviors in the grid control. |
|
|
Stores values from the TDbGridOption enumeration. |
|
|
Enumerated type containing options available for use in a database grid control. |
|
|
Loads values for the grid control from the specified XML configuration file. |