FMX.ListView.Types.IListViewTextProvider.IndexTitle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types IListViewTextProvider

Description

IndexTitle returns the index title of an item at Index />

See Also