[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event handler signalled when an entry in Columns is saved to a configuration file using the SaveContent method.
Source position: grids.pas line 1325
protected property TCustomGrid.OnSaveColumn : TSaveColumnEvent |
The APath argument contains the XPath-like notation, including the column identifier, used to access the column definition. For example:
'grid/design/columns/column1'
|
Saves design-time configuration, column and row settings, and data to the specified XML configuration file. |
|
|
Saves grid information to a file with the specified name. |
|
|
Saves grid information to the specified stream. |
|
|
Signals the OnSaveColumn event handler for the grid control (when assigned). |
|
|
Specifies an event handler used to load/save the configuration for a grid column. |
Version 4.0 | Generated 2025-05-03 | Home |