Closed property
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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