Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Source Code

...

Delphi

Code Block
languagedelphi
themeRDark
titleScripting
linenumberstrue
collapsetrue
result := ExecuteScript(item.parentitem.fullpath + 'sourcecode');

...