FMX.ListView.TListViewBase.OnPullRefresh
Delphi
property OnPullRefresh: TNotifyEvent read FOnPullRefresh write FOnPullRefresh;
C++
__property System::Classes::TNotifyEvent OnPullRefresh = {read=FOnPullRefresh, write=FOnPullRefresh};
Contents
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
- FMX.ListView.TCustomListView
- Mobile Tutorial: Using LiveBindings to Populate a List View (iOS and Android)
Samples
- FireMonkey Pull To Refresh sample