System.Generics.Collections.TDictionary.OnKeyNotify
Delphi
property OnKeyNotify: TCollectionNotifyEvent<TKey> read FOnKeyNotify write FOnKeyNotify;
C++
__property _dt_System_Generics_Collections_10 OnKeyNotify = {read=FOnKeyNotify, write=FOnKeyNotify};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
event | public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TDictionary |
Description
Survient quand une paire de clés du dictionnaire change.
L'événement OnKeyNotify survient quand des éléments sont ajoutés ou retirés du dictionnaire. Plusieurs événements peuvent se produire pour une seule opération. Cela permet la libération des objets retirés.
Voir aussi