RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterPageProducer.GetScriptEngines Method

Returns a list of script engines that can work with server-side scripts that produce content for the page producer.

Pascal
class procedure GetScriptEngines(S: TStrings);
C++
__fastcall GetScriptEngines(TStrings S);

GetScriptEngines fills an existing string list with the set of all values that can be assigned to the ScriptEngine property. These determine the script engine that works with associated server-side scripts. 

This method adds a single string, 'JSCRIPT', to the string list passed as the S parameter. 

 

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