IsEmpty property (Collections)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns TRUE if the collection has no elements. Otherwise returns FALSE.
Data type: LOGICAL
Access: PUBLIC Read-only
Applies to: Progress.Collections.List<T> class, Progress.Collections.SortedSet<T> class, Progress.Collections.HashMap<K,V> class, Progress.Collections.KeySet<K> class