FMX.ListView.TListViewBase.StopPullRefresh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StopPullRefresh; virtual;

C++

virtual void __fastcall StopPullRefresh();

Properties

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

Description

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

This works only in native IOS control and only when the PullRefreshWait property is set to True.