[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TCustomGrid.DoLoadColumn

Signals the OnLoadColumn event handler for the grid control.

Declaration

Source position: grids.pas line 1007

protected procedure TCustomGrid.DoLoadColumn(

  sender: TCustomGrid;

  aColumn: TGridColumn;

  aColIndex: Integer;

  aCfg: TXMLConfig;

  aVersion: Integer;

  aPath: string

); virtual;

Arguments

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.