FMX.ListView.Types.IListViewTextProvider.IndexTitle

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

Delphi

property IndexTitle[const Index: Integer]: string read GetIndexTitle;

C++

__property System::UnicodeString IndexTitle[const int Index] = {read=GetIndexTitle};

プロパティ

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


説明

IndexTitle は、Index にある項目にインデックス タイトルを返します。/>

関連項目