[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Defines non-published properties included during LCL component streaming.
Source position: grids.pas line 1021
protected procedure TCustomGrid.DefineProperties( |
Filer: TFiler |
); override; |
Filer |
|
TFiler instance used to read and write the defined properties. |
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:
|
Provides indexed access to the Width for a column in the grid. |
|
|
Provides indexed access to the height for each row in the grid. |
|
|
Defines which non-published properties should be streamed (none here). |
Version 4.0 | Generated 2025-05-03 | Home |