RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomImageList.Create Constructor

Creates an empty image list.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TCustomImageList(TComponent * AOwner);

Call Create to instantiate an image list at runtime. ImageLists placed on forms or data modules at design time are created automatically. Specify the owner of the new imagelist using the AOwner parameter. 

The new image list contains no images and has a default size of 16 by 16 pixels. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!