ReturnExtent property
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
When the method described by the Progress.Reflect.Method instance returns an array, ReturnExtent returns the size (extent) of the array. If the array is
indeterminate in its initial state with no size, 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