System.Generics.Collections.TObjectDictionary.KeyNotify
Révision datée du 18 octobre 2011 à 20:58 par PyBot (discussion | contributions) (Scoping Libraries)
Delphi
procedure KeyNotify(const Key: K; Action: TCollectionNotification); override;
C++
virtual void __fastcall KeyNotify(const K Key, TCollectionNotification Action);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
procedure function |
protected | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TObjectDictionary |
Description
Déclenche un événement OnKeyNotify avec les paramètres donnés.
Appelez KeyNotify pour déclencher un événement OnKeyNotify avec les paramètres donnés.
La signification de ces paramètres est fournie dans le tableau suivant.
| Paramètre | Signification |
|---|---|
|
Key |
La clé qui est ajoutée, retirée ou extraite. |
|
Action |
L'action que la clé subit, de type TCollectionNotification. |