Vcl.ImgList.TCustomImageList

From RAD Studio API Documentation
Jump to: navigation, search

System.ImageList.TBaseImageListSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomImageList

Delphi

TCustomImageList = class(TBaseImageList)

C++

class PASCALIMPLEMENTATION TCustomImageList : public System::Imagelist::TBaseImageList

Properties

Type Visibility Source Unit Parent
class public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList Vcl.ImgList

Description

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

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.

See Also