[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Saves design-time configuration, column and row settings, and data to the specified XML configuration file.
Source position: grids.pas line 1174
protected procedure TCustomGrid.SaveContent( |
cfg: TXMLConfig |
); virtual; |
cfg |
|
TXMLConfig instance where the content is stored. |
Use LoadContent to load values saved in SaveContent method.
|
Options which control the information saved and loaded for the grid control. |
|
|
Saves grid options 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 |