[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Defines non-published properties that are included in LCL component streaming.
Source position: forms.pp line 329
protected procedure TCustomFrame.DefineProperties( |
Filer: TFiler |
); override; |
Filer |
|
TFiler instance where property definitions are added. |
DefineProperties is an overridden method used to include non-published properties in the values read and written during LCL component streaming. In TCustomFrame, design-time information for the Top and Left coordinates for the frame are included (when available) in the specified TFiler instance.
|
Defines which non-published properties should be streamed (none here). |
Version 4.0 | Generated 2025-05-03 | Home |