Web.Stencils.TWebStencilsProcessor.OnLanguage

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also