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

Description

Identifies the image list collection to which this TMultiResBitmap multi-resolution bitmap belongs.

ImageList is the owner of the source collection containing the SourceItem source item owning the current TMultiResBitmap multi-resolution bitmap.

See Also