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

TRawByteStringStream.DataString

Return the stream contents as a single-byte string.

Declaration

Source position: classesh.inc line 1286

public function TRawByteStringStream.DataString: ansistring;

Description

DataString returns the data in Memory as a single-byte string without codepage information associated with it. The operation does not change the current position of the stream.

See also

Memory

  

Pointer to the data kept in the memory stream.

ReadString

  

Read a string from the stream

WriteString

  

Write a string to the stream


Documentation generated on: Sep 29 2022