RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomImageList Class

TCustomImageList is the base class for collections of same-sized images, each of which can be referred to by its index.

Pascal
[RootDesignerSerializerAttribute('', '', False)]
TCustomImageList = class(TComponent);
C++
[RootDesignerSerializerAttribute('', '', False)]
class TCustomImageList : public TComponent;

Image lists manage large sets of icons or bitmaps. All images in an image list are contained in a single, wide bitmap in screen device format. An image list may also include a monochrome bitmap that contains masks that are combined with the images to produce a transparent effect such as is common in icons. 

 

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