FMX.ImgList.TLayer.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 TLayer

Description

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

See Also