System.Generics.Collections.TObjectStack.Notify

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Notify(const Value: T; Action: TCollectionNotification); override;

C++

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

Eigenschaften

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

Beschreibung

Löst das Ereignis OnNotify aus.

Mit Notify lösen Sie das Ereignis OnNotify aus.

Siehe auch