Open main menu

RAD Studio API Documentation β

System.Generics.Collections.TQueue.OnNotify

Delphi

property OnNotify: TCollectionNotifyEvent<T> read FOnNotify write FOnNotify;

C++

__property _dt_System_Generics_Collections_5 OnNotify = {read=FOnNotify, write=FOnNotify};

Properties

Type Visibility Source Unit Parent
event public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TQueue

Contents

Description

Occurs when queue changes.

The OnNotify event occurs when items are added or removed from the queue. This allows removed objects to be freed.

See Also


Code Examples