API:FMX.ImgList.TImageList

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ImgList.TCustomImageListSystem.ImageList.TBaseImageListSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTImageList

Delphi

TImageList = class(TCustomImageList)

C++

class PASCALIMPLEMENTATION TImageList : public TCustomImageList

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.

FMX.ImgList.TImageList inherits from FMX.ImgList.TCustomImageList. All content below this line refers to FMX.ImgList.TCustomImageList.

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