Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.WorkspaceSettings Library / WSInputMapAction Object / AddParameterAsInteger Method
The parameter value to add.
In This Topic
    AddParameterAsInteger Method (WSInputMapAction)
    In This Topic
    Appends a parameter as a Long Integer to the end of the action's parameter list.
    Syntax
    expression.AddParameterAsInteger( _
       ByVal param As Integer _
    ) 
    where expression is a variable that represents a WSInputMapAction Object

    Parameters

    param
    The parameter value to add.
    See Also