System.Generics.Collections.TDictionary.ValueNotify

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure ValueNotify(const Value: TValue; Action: TCollectionNotification); virtual;

C++

virtual void __fastcall ValueNotify(const TValue 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 TDictionary

Description

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.



Voir aussi