Parameter Object
Description
An input or output action parameter.
This object can be used in the parameterized value of a step or in a call to an action in order to parameterize the value of one of the input parameters supplied to the called action or to indicate the storage location for one of the output parameters supplied to the called action.
For more details on supplying parameters when calling an action, see RunAction Statement.
Syntax
Parameter(ParamName)
Argument | Type | Description |
---|---|---|
ParamName | String | The name of the action parameter. |
Examples
Properties
![]() | Retrieves the current value of the specified Parameter object. |
Item Property
Description
Retrieves the current value of the specified Parameter object.
Syntax
Val=Parameter.Item(ParamName)
Argument | Type | Description |
---|---|---|
ParamName | String | The name of the action parameter for which you want to retrieve the value. |
Val | Variant | The location in which you want to store the retrieved value. |
See also:
- Crypt Object
- DataTable Object
- Description Object
- DeviceReplay Object
- DotNetFactory Object
- DTParameter Object
- DTSheet Object
- Environment Object
- Extern Object
- Parameter Object
- JSON Object
- JsonUtil Object
- MercuryTimers Object (Collection)
- MercuryTimer Object
- NV Object
- OptionalStep Object
- ParallelUtil Object
- LocalParameter Object
- PasswordUtil Object
- PathFinder Object
- PDFUtil Object
- Properties Object (Collection)
- QCUtil Object
- RandomNumber Object
- Recovery Object
- Remote Connection Object
- Reporter Object
- RepositoriesCollection Object
- Repository Object
- Services Object
- Setting Object
- SystemMonitor Object
- TestArgs Object
- TextUtil Object
- UIAutomation Object
- VisualRelation Object
- VisualRelations Object
- VisualRelationsCollection Object
- WebUtil Object
- XMLUtil Object