FMX.ListView.Types.TListItem.Adapter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Adapter: IListViewAdapter read FAdapter;

C++

__property _di_IListViewAdapter Adapter = {read=FAdapter};

Properties

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

Description

Represents the object that handles the interaction between the list control and the list items.

See Also