FMX.ListView.Types.IListViewPresentationParent.GetItemIndexTitle

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

Delphi

function GetItemIndexTitle(const ItemIndex: Integer): string;

C++

virtual System::UnicodeString __fastcall GetItemIndexTitle(const int ItemIndex) = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types IListViewPresentationParent


説明

ItemIndex で指定される項目のインデックス タイトルを取得します。

関連項目