FMX.ListView.TPresentedListView.GetAdapter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAdapter: IListViewAdapter;

C++

Fmx::Listview::Types::_di_IListViewAdapter __fastcall GetAdapter();

Properties

Type Visibility Source Unit Parent
function protected
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TPresentedListView

Description

Implements the IListViewPresentationParent.GetAdapter method.

The GetAdapter method of TPresentedListView implements the GetAdapter method of IListViewPresentationParent.

See Also