FMX.ListView.TListView.OnPullRefresh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnPullRefresh: TNotifyEvent read FOnPullRefresh write FOnPullRefresh;

C++

__property OnPullRefresh;

Properties

Type Visibility Source Unit Parent
event published
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListView

Description

Occurs when a user pulls down the item list.

FMX.ListView.TListView.OnPullRefresh inherits from FMX.ListView.TListViewBase.OnPullRefresh. All content below this line refers to FMX.ListView.TListViewBase.OnPullRefresh.

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