FMX.ListView.Types.IListViewTextButtonProvider

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IListViewTextButtonProvider = interface

C++

__interface  INTERFACE_UUID("{42CC3926-0A23-465B-9ECE-229C60B3BA8E}") IListViewTextButtonProvider  : 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 embedded text buttons.

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

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

See Also