FMX.ListView.Types.IListViewEditor.SetAfterItemAdded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAfterItemAdded(const AHandler: TAfterItemAddedNotify);

C++

virtual void __fastcall SetAfterItemAdded(const TAfterItemAddedNotify AHandler) = 0 ;

Properties

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

Description

Sets the OnAfterItemAdded handler.