Web.HTTPProd.TBasePageProducer.ScriptEngine

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScriptEngine: string read GetScriptEngine;

C++

__property System::UnicodeString ScriptEngine = {read=GetScriptEngine};

Properties

Type Visibility Source Unit Parent
property public
Web.HTTPProd.pas
Web.HTTPProd.hpp
Web.HTTPProd TBasePageProducer

Description

Names the script engine that generates or interprets script embedded in the documents that this producer creates.

ScriptEngine indicates the scripting language that the producer uses in its generated documents. For example, if the producer generates code that includes jscript, the value of ScriptEngine is 'JSCRIPT'.

When ScriptEngine is defined, the page producer generates its content using a special script-producer component. When ScriptEngine is not defined, the page producer uses only the OnHTMLTag event, plus any other built-in translations provided by a descendant class.

See Also