FMX.ListView.Appearances.TListViewItem.IndexTitle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IndexTitle: string read GetIndexTitle write SetIndexTitle;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TListViewItem

Description

Shortcut letter that appears on the right of the list in native iOS presentations.

The first letter of the text you set in the IndexTitle property shows on the right as quick shortcut for that list view item header.

By default, if you do not set any value for the IndexTitle property, the first letter of the Text shows on the right.

Note: This applies native iOS list view, and only when the list view items have TListItemPurpose.Header purpose.

See Also