TReader.ReadWideString

Read a WideString value from the stream.

Declaration

Source position: classesh.inc line 1577

public 
  function ReadWideString : WideString;

Description

ReadWidestring reads a widestring typed value from the stream and returns the result. This method does nothing except call the driver method of the driver being used.

See also

Name Description
TWriter.WriteWideString Write a widestring value to the stream