FMX.ActnList.TCustomActionList.Images
Delphi
property Images: TBaseImageList read GetImages write SetImages;
C++
__property System::Imagelist::TBaseImageList* Images = {read=GetImages, write=SetImages};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.ActnList.pas FMX.ActnList.hpp |
FMX.ActnList | TCustomActionList |
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.