Web.Stencils.TWebStencilsProcessor.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 | TWebStencilsProcessor |
Description
The event is fired when the processor finds an unknown variable name.
An unknown variable is a variable that is not a registered data variable, a loop variable, or a reserved keyword. When the event handler is not specified, then the Engine.OnValue is called.