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.
STREAM stream-name:attribute stream-handle:attribute
DEFINE VARIABLE hStream AS HANDLE NO-UNDO.DEFINE STREAM myStream.hStream = STREAM mySTream:HANDLE.
© 2012 Progress Software Corporation and/or its subsidiaries or affiliates. |