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
TCustomImageList = class(TComponent);
C++
class TCustomImageList : public TComponent;

ImgList

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!