System.Generics.Collections.TDictionary.OnValueNotify

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnValueNotify: TCollectionNotifyEvent<V> read FOnValueNotify write FOnValueNotify;

C++

__property _dt_System_Generics_Collections_11 OnValueNotify = {read=FOnValueNotify, write=FOnValueNotify};

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 OnValueNotify 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