To open any link in a new tab, preserving your position in the current article, just hold down the <CTRL> key on your keyboard before clicking the link or click using your mouse wheel.
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

ExecuteScript



Executes the script property PropertyPath and returns the result as a variant. Paramx is the optional string parameters to pass to the script. Failure to pass required parameters could lead to errors or failure. All scripts should check for invalid parameters and exit gracefully.



Syntax:

Procedure: ExecuteScript(PropertyPath, param1, param2, param3, param4, param5, param6, param7, param8, param9: String;): Variant;


API Call:

Scripting
result := ExecuteScript(item.parentitem.fullpath + '\sourcecode'); 
  • No labels