System.Generics.Collections.TQueue.Notify

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure Notify(const Item: T; Action: TCollectionNotification); virtual;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TQueue

Description

Déclenche l'événement OnNotify.

Appelez Notify pour déclencher l'événement OnNotify.

Voir aussi