API:Vcl.ImageCollection.TImageCollection

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.BaseImageCollection.TCustomImageCollectionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTImageCollection

Delphi

TImageCollection = class(TCustomImageCollection)

C++

class PASCALIMPLEMENTATION TImageCollection : public Vcl::Baseimagecollection::TCustomImageCollection

Properties

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

Description

TCustomImageCollection is a base class for image collection.

Vcl.ImageCollection.TImageCollection inherits from Vcl.BaseImageCollection.TCustomImageCollection. All content below this line refers to Vcl.BaseImageCollection.TCustomImageCollection.


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