Arguments to pass to a script.
Go to Property Listing | Method Listing
clear, get, getElements, getValue, isDefined, restore, save, set, setValue, toSource, toSpecifier
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
The parent of the ScriptArg (a Application). |
||
|
read/write |
A property that allows setting of several properties at the same time. |
undefined clear ()
Clears all script arguments.
String get (name:String)
Gets the value of a script argument.
|
Parameter |
Type |
Description |
|---|---|---|
|
name |
The name of the script argument. |
Object getElements ()
Resolves the object specifier, creating an array of object references.
String getValue (name:String)
Gets the value of a script argument.
|
Parameter |
Type |
Description |
|---|---|---|
|
name |
The name of the script argument. |
Boolean isDefined (name:String)
Verifies whether the script argument is defined.
|
Parameter |
Type |
Description |
|---|---|---|
|
name |
The name of the script argument. |
undefined restore ()
Restores all script arguments.
undefined save ()
Saves the script arguments.
undefined set (name:String, value:String)
Sets the value of a script argument.
undefined setValue (name:String, value:String)
Sets the value of a script argument.
String toSource ()
Generates a string which, if executed, will return the ScriptArg.
String toSpecifier ()
Retrieves the object specifier.
Application.scriptArgs