Web.Stencils.TWebStencilsProcessor.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 TWebStencilsProcessor

Description

The event is fired when the processor finds an error in the template.

When the event handler is not specified, then the Engine.OnError event is called.

See Also