Versions Compared

Key

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

Dialogs - EditScriptProperty

Loads the specified script property into the script editor and displays to the user for editing.

Declaration:

EditScriptProperty(ItemPath, PropertyName: String);

Source Code

...

Delphi

Code Block
languagedelphi
themeRDark
titleScripting
linenumberstrue
collapsetrue
EditScriptProperty(itempath, property.name);

...