RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBasePageProducer.ScriptEngine Property

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

Pascal
property ScriptEngine: string;
C++
__property AnsiString ScriptEngine;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!