[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#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.