FMX.ListView.Adapters.Base.TAbstractListViewAdapter.SetOnChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOnChanged(const Value: TNotifyEvent);

C++

void __fastcall SetOnChanged(const System::Classes::TNotifyEvent Value);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
FMX.ListView.Adapters.Base.pas
FMX.ListView.Adapters.Base.hpp
FMX.ListView.Adapters.Base TAbstractListViewAdapter

Description

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

See Also