Mode property
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns an instance of Progress.Reflect.ParameterMode that indicates the
access mode for the parameter (e.g., Input, Output,
etc).
Data type: Progress.Reflect.ParameterMode enumeration
Access: PUBLIC Read-only
Applies to: Progress.Reflect.Parameter class
Note: For parameters with a
DataType property value of
Buffer, this property is always Input.