FMX.ListBox.TListBoxItem.Images
Delphi
property Images: TCustomImageList read GetImages;
C++
__property Fmx::Imglist::TCustomImageList* Images = {read=GetImages};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TListBoxItem |
Description
Defines the reference to a TCustomImageList list of images to be used to draw images on the component.
If the TCustomImageList list is empty, then Images is nil/null
.
Call ImagesChanged when Images is changed.