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

Description

Identifies the image list collection using this bitmap item.

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

See Also