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

TCustomGrid.DefineProperties

Defines non-published properties included during LCL component streaming.

Declaration

Source position: grids.pas line 996

protected procedure TCustomGrid.DefineProperties(

  Filer: TFiler

); override;

Arguments

Filer

  

TFiler instance used to read and write the defined properties.

Description

DefineProperties is an overridden method used to define non-published properties which are included during LCL component streaming. It sets the read and write routines in Filer used for the following grid properties:

See also

TControl.DefineProperties

  

Defines which non-published properties should be streamed (none here).