ReturnExtent property
- Last Updated: October 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
When the method described by the Progress.Reflect.Method instance returns
an array, ReturnExtent returns the extent of the array. If the array is
indeterminate, ReturnExtent returns the Unknown value (?).
If the method does not return an array, ReturnExtent returns 0.
Data type: INTEGER
Access: PUBLIC Read-only
Applies to: Progress.Reflect.Method class