Try OpenEdge Now
ABL Reference
Class Properties and Methods Reference
:
Closed property
Closed property
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