FMX.ListView.Types.IListViewAdapter.SetOnResetView

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOnResetView(const Value: TNotifyEvent);

C++

virtual void __fastcall SetOnResetView(const System::Classes::TNotifyEvent Value) = 0 ;

Properties

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

Description

Setter that you can override in subclasses to handle the assignment of an event handler to the OnResetView event.

See Also