...
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 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
EditScriptProperty(itempath, property.name); |
...
...
Loads the specified script property into the script editor and displays to the user for editing.
EditScriptProperty(ItemPath, PropertyName: String);
...
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
EditScriptProperty(itempath, property.name); |
...