FMX.ImgList.TSourceCollection.ImageList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ImageList: TCustomImageList read FImageList;

C++

__property TCustomImageList* ImageList = {read=FImageList};

Properties

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

Description

Identifies the image list to which this TSourceCollection source collection belongs.

See Also