FMX.ListView.Types.IListViewTextProvider

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IListViewTextProvider = interface

C++

__interface  INTERFACE_UUID("{C6D52C15-423D-4B2F-AC87-7D7D47A9C7CC}") IListViewTextProvider  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types FMX.ListView.Types

Description

Extension of the IListViewAdapter interface for list view items that contain text and indexes.

List view adapters with items that contain text and indexes must implement IndexTitle and Text.

The FMX.ListViewCustomAdapter sample application shows how to implement a custom list view adapter which also implements the IListViewTextProvider interface. See also the source code of the TAppearanceListViewItems class, which implements the IListViewTextProvider interface as well.

See Also