[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Signals the OnLoadColumn event handler for the grid control.
Source position: grids.pas line 1007
protected procedure TCustomGrid.DoLoadColumn( |
sender: TCustomGrid; |
aColumn: TGridColumn; |
aColIndex: Integer; |
aCfg: TXMLConfig; |
aVersion: Integer; |
aPath: string |
); virtual; |
sender |
|
Object for the event notification. |
aColumn |
|
Grid column definition for the event. |
aColIndex |
|
Ordinal position for the column. |
aCfg |
|
XML configuration file with the design-time information for the columns in the grid. |
aVersion |
|
Version number for the streaming format used in the configuration file. |
aPath |
|
XPath-like expression for the column information. |
lazarus-ccr.sourceforge.net |