FMX.ListView.Appearances.TListViewItem.IndexTitle

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

Delphi

property IndexTitle: string read GetIndexTitle write SetIndexTitle;

C++

__property System::UnicodeString IndexTitle = {read=GetIndexTitle, write=SetIndexTitle};

プロパティ

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


説明

iOS でのネイティブ表示でリストの右側に表示されるショートカット文字です。

IndexTitle プロパティに設定したテキストの先頭文字が、そのリスト ビュー項目ヘッダーのショートカットとして右側に表示されます。

デフォルトでは、IndexTitle プロパティの値を設定していない場合、Text プロパティ値の先頭文字が右側に表示されます。

メモ: これは、ネイティブ iOS リスト ビューでリスト ビュー項目用途TListItemPurpose.Header の場合にのみ当てはまります。

関連項目