Web.Stencils.TWebStencilsProcessor.OnLanguage
Delphi
property OnLanguage: TWebStencilsLanguageEvent read FOnLanguage write FOnLanguage;
C++
__property TWebStencilsLanguageEvent OnLanguage = {read=FOnLanguage, write=FOnLanguage};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | Web.Stencils.pas Web.Stencils.hpp |
Web.Stencils | TWebStencilsProcessor |
Description
Triggered for the @lang
tag. The second element after the dot is used as a token to be processed.
The event handler can use the current language ID to determine the actual output. If undefined, this is forwarded to the engine.