FMX.ListView.Types.IListViewAdapter.SetOnItemsResize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOnItemsResize(const Value: TNotifyEvent);

C++

virtual void __fastcall SetOnItemsResize(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 OnItemsResize event.

See Also