FMX.ListView.Appearances.TListViewItem.ImageIndex

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

Delphi

property ImageIndex: Integer read FImageIndex write SetImageIndex;

C++

__property int ImageIndex = {read=FImageIndex, write=SetImageIndex, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TListViewItem


説明

TListView コントロールの Images 画像リストに含まれる画像を列挙する、ゼロから始まるインデックスを宣言します。

ImagesImageIndex が存在しない画像や空の画像を指している場合、Appearances.TListViewItem コントロールは、Bitmap ビットマップが存在すればそれを表示します。

ImageIndex のデフォルト値は -1 です。

関連項目