FMX.ListView.Types.IListViewEditor.SetAfterItemAdded

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetAfterItemAdded(const AHandler: TAfterItemAddedNotify);

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types IListViewEditor


Beschreibung

Legt die Behandlungsroutine OnAfterItemAdded fest.

Siehe auch