Web.Stencils.TWebStencilsEngine.OnPathInit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnPathInit: TWebStencilsPathInitEvent read FOnPathInit write FOnPathInit;

C++

__property TWebStencilsPathInitEvent OnPathInit = {read=FOnPathInit, write=FOnPathInit};

Properties

Type Visibility Source Unit Parent
event published
Web.Stencils.pas
Web.Stencils.hpp
Web.Stencils TWebStencilsEngine

Description

The event is fired when a post-processor request is matched to a PathTemplates item and before post-processing starts.

The event allows us to perform a path-specific setup, e.g., update DataVars.

See Also