Web.Stencils.TWebStencilsEngine.OnError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnError: TWebStencilsErrorEvent read FOnError write FOnError;

C++

__property TWebStencilsErrorEvent OnError = {read=FOnError, write=FOnError};

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 error in a template.

See Also