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

TCustomDBGrid.DoSaveColumn

Saves the specified column definition to the XML configuration file.

Declaration

Source position: dbgrids.pas line 443

protected procedure TCustomDBGrid.DoSaveColumn(

  sender: TCustomGrid;

  aColumn: TGridColumn;

  aColIndex: Integer;

  aCfg: TXMLConfig;

  aVersion: Integer;

  aPath: string

); override;