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