TReader.ReadUnicodeString

Read a UnicodeString value from the stream

Declaration

Source position: classesh.inc line 1578

public 
  function ReadUnicodeString : UnicodeString;

Description

ReadUnicodeString reads a UnicodeString string from the stream. The stream can contain a string from any type, it will be converted to UniCodeString.

See also

Name Description
TAbstractObjectReader.ReadUnicodeString Read a Unicode string value
TWriter.WriteUnicodeString Write a Unicode string to the stream.