FMX.ImgList.TLayers.ImageList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ImageList: TCustomImageList read GetImageList;

C++

__property TCustomImageList* ImageList = {read=GetImageList};

Properties

Type Visibility Source Unit Parent
property public
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TLayers

Description

Identifies the image list to which this TLayers layer collection belongs.

See Also