FMX.ListView.TListViewBase.OnPullRefresh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnPullRefresh: TNotifyEvent read FOnPullRefresh write FOnPullRefresh;

C++

__property System::Classes::TNotifyEvent OnPullRefresh = {read=FOnPullRefresh, write=FOnPullRefresh};

Properties

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

Description

Occurs when a user pulls down the item list.

Write an event handler for OnPullRefresh to specify what happens when you pull down the list of items.

Note: For this event to occur, you should set the PullToRefresh property to true.

See Also

Samples