Web.Stencils.TWebStencilsEngine.OnPathInit

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnPathInit: TWebStencilsPathInitEvent read FOnPathInit write FOnPathInit;

C++

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

Propriétés

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


Description

L'événement est déclenché au moment où une requête de post-processeur correspond à un élément de PathTemplates et avant le démarrage du post-processeur.

L'événement nous permet de réaliser une configuration spécifique au chemin comme une mise à jour de DataVars.

Voir aussi