API:System.Generics.Collections.TObjectQueue.Notify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TObjectQueue

Description

Triggers the OnNotify event.

System.Generics.Collections.TObjectQueue.Notify inherits from System.Generics.Collections.TQueue.Notify. All content below this line refers to System.Generics.Collections.TQueue.Notify.

Triggers the OnNotify event.

Call Notify to trigger the OnNotify event.

See Also