FMX.ListView.Types.TListItemImage.Images
Delphi
property Images: TCustomImageList read GetImages;
C++
__property Fmx::Imglist::TCustomImageList* Images = {read=GetImages};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.ListView.Types.pas FMX.ListView.Types.hpp |
FMX.ListView.Types | TListItemImage |
Description
The reference to the list of images.
This read-only property has the same value as the image of the TCustomListView that contains this item.