ActiveXParameter.Direction
- Updated2024-10-09
- 1 minute(s) read
ActiveXParameter.Direction
Syntax
ActiveXParameter.Direction
Data Type
Purpose
Returns a value that indicates whether the parameter is input, output, or both. Refer to ActiveXParameterDirections for all the possible values.
Remarks
For input parameters that have default values, optional input parameters, and output parameters, you can leave the ActiveXParameter.ValueExpr property empty. Otherwise, you must specify the name of a variable, parameter, or property.