Write a string to the stream.
Source position: classesh.inc line 1582
public procedure TRawByteStringStream.WriteString( |
const AString: RawByteString |
); |
WriteString writes the bytes in aString to the stream. The operation forwards the current position of the stream with the length of the stream.
|
Return the stream contents as a single-byte string. |
|
|
Write a string to the stream. |