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 1289

public procedure TRawByteStringStream.WriteString(

  const AString: ansistring

);

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: Sep 29 2022