API:System.Generics.Collections.TObjectList.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 TObjectList

Beschreibung

Löst das Ereignis OnNotify aus.

System.Generics.Collections.TObjectList.Notify erbt von System.Generics.Collections.TList.Notify. Der folgende Inhalt bezieht sich auf System.Generics.Collections.TList.Notify.

Löst das Ereignis OnNotify aus.

Mit Notify lösen Sie das Ereignis OnNotify aus.

Siehe auch