Extent property
- Last Updated: October 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
When the given data member, parameter, or property is an array, Extent
returns the extent of the array. If the array is indeterminate, Extent
returns the Unknown value (?). If the data member, parameter, or property
is not an array, Extent returns 0.
Data type: INTEGER
Access: PUBLIC Read-only
Applies to: Progress.Reflect.Parameter class, Progress.Reflect.Variable class