Web.Stencils.TWebStencilsEngine.OnValue

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also