FMX.ListView.Types.IListViewPresentation.StopPullRefresh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StopPullRefresh;

C++

virtual void __fastcall StopPullRefresh(void) = 0 ;

Properties

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

Description

Force stops the pull refresh.
Call this method when the Pull-To-Refresh mode has been triggered to stop spinning a wheel. It only affects the native iOS controls and only when the PullRefreshWait property is set to True.

See Also