IsEmpty property (Collections)
- Last Updated: March 15, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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