System.Generics.Collections.TStack.Notify

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Notify(const Item: T; Action: TCollectionNotification); virtual;

C++

virtual void __fastcall Notify(const T Item, TCollectionNotification Action);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TStack

Beschreibung

Löst das Ereignis OnNotify aus.

Mit Notify lösen Sie das Ereignis OnNotify aus.

Siehe auch