FMX.ListView.Appearances.TListViewItem.Index

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

Delphi

property Index: Integer read GetIndex write SetIndex;

C++

__property int Index = {read=GetIndex, write=SetIndex, nodefault};

プロパティ

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


説明

TListView リスト内のこの項目のインデックスを返します。

関連項目