Vcl.BaseImageCollection.TCustomImageCollection

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomImageCollection

Delphi

TCustomImageCollection = class(TComponent)

C++

class PASCALIMPLEMENTATION TCustomImageCollection : public System::Classes::TComponent

Properties

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

Description

TCustomImageCollection is a base class for image collection.

TCustomImageCollection is a base abstract class providing a collection of images, where one image may be represented by several images of different sizes. An image may be identified by name or by index. The collection will return the most optimal image for the requested size when requested.

TCustomImageCollection is used along with TVirtualImageList to populate TVirtualImageList with the images.

The main descendant of TCustomImageCollection is TImageCollection.

See Also