[Overview][Types][Classes][Index] Reference for unit 'ImgList' (#lcl)

TCustomImageList.AllocBy

The length of the image list is increased in multiples of AllocBy images. Default is 4.

Declaration

Source position: imglist.pp line 212

public property TCustomImageList.AllocBy : Integer
  read FAllocBy
  write FAllocBy
  default 4;

Description

Other list types allow to set the list Capacity directly - not so for an ImageList.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.