FMX.ImgList.TCustomImageList

From RAD Studio API Documentation
Jump to: navigation, search

System.ImageList.TBaseImageListSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomImageList

Delphi

TCustomImageList = class(TBaseImageList)

C++

class PASCALIMPLEMENTATION TCustomImageList : public System::Imagelist::TBaseImageList

Properties

Type Visibility Source Unit Parent
class public
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList FMX.ImgList

Description

The base class for FireMonkey image lists. TCustomImageList defines all methods and properties required to use image lists, but TCustomImageList does not declare any published properties.

TCustomImageList inherits TBaseImageList.

The published properties of image lists are declared in the TImageList descendant.

See Also