Stream object handle
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The AVM creates a stream object when an application first tries to get the handle to a given stream. The AVM automatically deletes the stream object when the procedure or class that defines the stream terminates.
Syntax
|
- stream-name
- The valid name of a stream. If the stream name is invalid, ABL raises a compiler error.
- attribute
- An attribute of the Stream object.
Attributes
| ADM-DATA attribute | NAME attribute |
| HANDLE attribute | PRIVATE-DATA attribute |
| INSTANTIATING-PROCEDURE attribute | TYPE attribute |
Example
This
example shows how the HANDLE attribute of the stream object is assigned
to hStream:
|