Closed property
- Last Updated: October 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Indicates whether the stream is closed. The initial value is FALSE. Invoking the
Close( ) method on a stream sets this property to TRUE.
Data type: LOGICAL
Access: PUBLIC Read-only
Applies to: Progress.IO.InputStream class, Progress.IO.OutputStream class