Web.Stencils.TWebStencilsEngine.OnValue
Delphi
property OnValue: TWebStencilsValueEvent read FOnValue write FOnValue;
C++
__property TWebStencilsValueEvent OnValue = {read=FOnValue, write=FOnValue};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | Web.Stencils.pas Web.Stencils.hpp |
Web.Stencils | TWebStencilsEngine |
Description
The event is fired when a linked processor finds an unknown variable name.
An unknown is a variable that is not a registered data variable, loop variable, or reserved variable.