RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TObjectDictionary.ValueNotify Method

Triggers an OnValueNotify event with the given parameters.

Pascal
procedure ValueNotify(const Value: TValue; Action: TCollectionNotification); override;
C++
virtual __fastcall ValueNotify(const TValue Value, TCollectionNotification Action);

Call ValueNotify to trigger an OnValueNotify event with the given parameters.  

The meaning of the parameters is given in the following table.

Parameter 
Meaning 
Value 
The value that is added, removed or extracted. 
Action 
The action that the value undergoes, which is of type TCollectionNotification

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!