Size used to increment the allocated data count.
Source position: imglist.pp line 400
public property TCustomImageList.AllocBy : Integer |
AllocBy is a read-only Integer property that indicates the increment used when increasing the number of allocated data blocks for images in the image list. The number of allocated data blocks is always increased in multiples of the AllocBy value. The default value is 4, as assigned in the Initialize method.
AllocBy is used in the implementation of the AllocData and WSCreateReference methods in TCustomImageListResolution.
|
Creates the Reference image list using the facilities for the widgetset. |
Lazarus Component Library (LCL) | Version 3.99-1b97b99691 (2024-09-01) | Home |