FMX.ActnList.TCustomActionList.Images
Delphi
property Images: TBaseImageList read GetImages write SetImages;
C++
__property System::Imagelist::TBaseImageList* Images = {read=GetImages, write=SetImages};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | FMX.ActnList.pas FMX.ActnList.hpp |
FMX.ActnList | TCustomActionList |
説明
コンポーネント上に画像を描画するために使われる TCustomImageList 画像リストの参照を定義します。
TCustomImageList リストが空であれは、Images は nil/null です。
Images が変化すると ImagesChanged が呼び出されます。