API:FMX.ImgList.TImageList

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. {{#multireplace:FMX.ImgList.TImageList|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.ImgList.TCustomImageList|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.ImgList.TCustomImageList|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.