Class
Arguments to pass to a script.
clear, get, getElements, getValue, isDefined, restore, save, set, setValue, toSource, toSpecifier
ScriptArg
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
parent | Application | readonly | The parent of the ScriptArg (a Application). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Instances
void clear ()
Clears all script arguments.
string get (name:
string)
Gets the value of a script argument.
Parameter | Type | Description |
---|---|---|
name | string | The name of the script argument. |
Array
of 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 | string | The name of the script argument. |
bool isDefined (name:
string)
Verifies whether the script argument is defined.
Parameter | Type | Description |
---|---|---|
name | string | The name of the script argument. |
void restore ()
Restores all script arguments.
void save ()
Saves the script arguments.
void set (name:
string, value:
string)
Sets the value of a script argument.
Parameter | Type | Description |
---|---|---|
name | string | The name of the script argument. |
value | string | The value. |
void setValue (name:
string, value:
string)
Sets the value of a script argument.
Parameter | Type | Description |
---|---|---|
name | string | The name of the script argument. |
value | string | The value. |
string toSource ()
Generates a string which, if executed, will return the ScriptArg.
Element of
Application.scriptArgs
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |