API:System.Generics.Collections.TObjectStack.Notify

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

Déclenche l'événement OnNotify.

System.Generics.Collections.TObjectStack.Notify hérite de System.Generics.Collections.TStack.Notify. Tout le contenu en-dessous de cette ligne se réfère à System.Generics.Collections.TStack.Notify.

Déclenche l'événement OnNotify.

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

Voir aussi