Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.WorkspaceSettings Library / WSInputMapAction Object / AddParameter Method
The parameter value to add. The value must be non-null.
In This Topic
AddParameter Method (WSInputMapAction)
In This Topic
Appends a parameter to the end of the action's parameter list.
Syntax
expression.AddParameter( _
   ByVal param As String _
) 
where expression is a variable that represents a WSInputMapAction Object

Parameters

param
The parameter value to add. The value must be non-null.
See Also