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

TCustomGrid.OnSaveColumn

Event handler signalled when a column is saved in the SaveColumns method.

Declaration

Source position: grids.pas line 1297

protected property TCustomGrid.OnSaveColumn : TSaveColumnEvent
  read FOnSaveColumn
  write FOnSaveColumn;

See also

TCustomGrid.SaveToFile

  

Saves grid information to a file with the specified name.

TCustomGrid.SaveToStream

  

Saves grid information to the specified stream.