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.

ExecuteScript (3)

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'); 

Copyright 2023 ConstructConnect