Web.Stencils.TWebStencilsDataVars.ValueNotify
Delphi
procedure ValueNotify(const Value: TWebStencilsDataVar; Action: TCollectionNotification); override;
C++
virtual void __fastcall ValueNotify(TWebStencilsDataVar* const Value, System::Generics::Collections::TCollectionNotification Action);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Web.Stencils.pas Web.Stencils.hpp |
Web.Stencils | TWebStencilsDataVars |
Description
Triggers an OnValueNotify event with the given parameters.
Web.Stencils.TWebStencilsDataVars.ValueNotify inherits from System.Generics.Collections.TObjectDictionary.ValueNotify. All content below this line refers to System.Generics.Collections.TObjectDictionary.ValueNotify.
Triggers an OnValueNotify event with the given parameters.
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. |