System.Generics.Collections.TQueue.OnNotify

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

Survient quand la file d'attente est modifiée.

L'événement OnNotify survient quand des éléments sont ajoutés ou retirés de la file d'attente. Cela permet la libération des objets retirés.

Voir aussi