System.Generics.Collections.TStack.OnNotify

De RAD Studio API Documentation
Révision datée du 31 juillet 2012 à 01:40 par L10nBot (discussion | contributions) (removed broken links)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à : navigation, rechercher

Delphi

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

C++

__property _dt_System_Generics_Collections_7 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 TStack

Description

Survient quand la pile est modifiée.

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

Voir aussi