API:Vcl.VirtualImageList.TVirtualImageList

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ImgList.TCustomImageListSystem.ImageList.TBaseImageListSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTVirtualImageList

Delphi

TVirtualImageList = class(TCustomImageList)

C++

class PASCALIMPLEMENTATION TVirtualImageList : public Vcl::Imglist::TCustomImageList

Properties

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

Description

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

Vcl.VirtualImageList.TVirtualImageList inherits from Vcl.ImgList.TCustomImageList. All content below this line refers to Vcl.ImgList.TCustomImageList.

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