Web.Stencils.TWebStencilsLoopVars.ValueNotify
Delphi
procedure ValueNotify(const Value: TWebStencilsLoopVar; Action: TCollectionNotification); override;
C++
virtual void __fastcall ValueNotify(TWebStencilsLoopVar* const Value, System::Generics::Collections::TCollectionNotification Action);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Web.Stencils.pas Web.Stencils.hpp |
Web.Stencils | TWebStencilsLoopVars |
Description
Triggers an OnValueNotify event with the given parameters.
Web.Stencils.TWebStencilsLoopVars.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. |