FMX.ListView.TPresentedListView.InvokePullRefresh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InvokePullRefresh;

C++

void __fastcall InvokePullRefresh();

Properties

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

Description

Implements the IListViewPresentationParent.InvokePullRefresh method.

The InvokePullRefresh method of TPresentedListView implements the InvokePullRefresh method of IListViewPresentationParent

See Also