System.Generics.Collections.TList.OnNotify
Delphi
property OnNotify: TCollectionNotifyEvent<T> read FOnNotify write FOnNotify;
C++
__property _dt_System_Generics_Collections_2 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 | TList |
Description
Survient quand la liste est modifiée.
L'événement OnNotify survient quand des éléments sont ajoutés ou retirés de la liste. Plusieurs événements peuvent se produire pour une seule opération. Cela permet la libération des objets retirés.
Voir aussi