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

Description

Identifies the image list to which this destination collection belongs.

ImageList is the owner of this TDestinationCollection destination collection.

See Also