FMX.ListBox.TListBox.Images

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Images: TCustomImageList read GetImages write SetImages;

C++

__property Images;

プロパティ

種類 可視性 ソース ユニット
property published
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBox

説明

コンポーネント上に画像を描画するために使われる TCustomImageList 画像リストの参照を定義します。

FMX.ListBox.TListBox.Images は FMX.ListBox.TCustomListBox.Images を継承しています。以下の内容はすべて FMX.ListBox.TCustomListBox.Images を参照しています。 コンポーネント上に画像を描画するために使われる TCustomImageList 画像リストの参照を定義します。

TCustomImageList リストが空であれは、Imagesnil/null です。 Images が変化すると ImagesChanged が呼び出されます。

関連項目