System.Generics.Collections.TObjectOrderedDictionary.ValueNotify
Delphi
procedure ValueNotify(const Value: V; Action: TCollectionNotification); override;
C++
virtual void __fastcall ValueNotify(const V 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 | TObjectOrderedDictionary |
Description
Déclenche un événement OnValueNotify avec les paramètres donnés.
System.Generics.Collections.TObjectOrderedDictionary.ValueNotify hérite de System.Generics.Collections.TDictionary.ValueNotify. Tout le contenu en-dessous de cette ligne se réfère à System.Generics.Collections.TDictionary.ValueNotify.
Déclenche un événement OnValueNotify avec les paramètres donnés.
Appelez ValueNotify pour déclencher un événement OnValueNotify avec les paramètres donnés.
La signification de ces paramètres est fournie dans le tableau suivant.
| Paramètre | Signification |
|---|---|
|
Value |
La valeur qui est ajoutée, retirée ou extraite. |
|
Action |
L'action que la valeur subit, de type TCollectionNotification. |