Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomGrid.DoSaveColumn

Signals the OnSaveColumn event handler for the grid control.

Declaration

Source position: grids.pas line 1009

protected procedure TCustomGrid.DoSaveColumn(

  sender: TCustomGrid;

  aColumn: TGridColumn;

  aColIndex: Integer;

  aCfg: TXMLConfig;

  aVersion: Integer;

  aPath: string

); virtual;