Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TRawByteStringStream.WriteString

Write a string to the stream.

Declaration

Source position: classesh.inc line 1298

public procedure TRawByteStringStream.WriteString(

  const AString: RawByteString

);

Description

WriteString writes the bytes in aString to the stream. The operation forwards the current position of the stream with the length of the stream.

See also

DataString

  

Return the stream contents as a single-byte string.

WriteString

  

Write a string to the stream.


Documentation generated on: Jul 24 2023