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

TImageCollection component stores, scales, and draws images.

The component allows you use images with native formats using the TWICImage class.

Use TImageCollection in combination with TVirtualImageList component as the source for images. Go to Supporting high-DPI images with the Image Collection and Virtual ImageList components for the instructions on how to use these two components.

TImageCollection is inherited from TCustomImageCollection class, which defines the base methods for a collection.

See Also