Extent property
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
When the given data member, parameter, or property is an array, Extent returns the size (extent) of the array. If the array is
indeterminate in its initial state with no size, 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