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

TVirtualImageList component creates a dynamic list of internal images.

TVirtualImageList, inherited from TCustomImageList, uses TCustomImageCollection to dynamically create a list of internal images. It contains a collection of items linked by index and name with TImageCollection. Go to Supporting high-DPI images with the Image Collection and Virtual ImageList components for the instructions on how to use these two components.

See Also