Stream Property (Read/Write) |
Top Previous Next |
Sets/gets a byte stream that contains the information the PC received from host or the information the PC will send to the host.
Visual Basic Syntax
TNBXIndFile.Stream(Buffer As String, BufSize As Integer)
Delphi Syntax
TNBXIndFile.Stream(Buffer:string; BufSize:integer);
See also BufSize property, Bytes property.
|