FMX.ListView.TPresentedListView.StopPullRefresh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StopPullRefresh; override;

C++

virtual void __fastcall StopPullRefresh();

Properties

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

Description

This method should be called when 'pull to refresh' mode has been triggered to stop the spinning wheel.

StopPullRefresh has only effect in native iOS control and only when the PullRefreshWait property is set to True.

See Also