Defines properties used in the LCL component streaming mechanism.
Source position: imglist.pp line 314
protected procedure TCustomImageList.DefineProperties( |
Filer: TFiler |
); override; |
Filer |
|
TFiler class used to read and write the component. |
DefineProperties is an overridden method used to defined which unpublished properties in TCustomImageList are included in the LCL component streaming mechanism.
Filer is the TFiler class instance used to read and write the component during component streaming. DefineProperties defines the following properties for use during component streaming:
Property Name | Property Type | Description |
Bitmap | Binary | Written when Count is non-zero |
BitmapAdv | Binary | Written when a resolution exists that was explicitly created at design-time |
Lazarus Component Library (LCL) | Version 3.99-1b97b99691 (2024-09-01) | Home |