TBinaryObjectReader.ReadWideString
Read a widestring value from the stream.
Declaration
Source position: classesh.inc line 1465
public
function ReadWideString : WideString; Override;
Description
var>ReadWideString reads a widestring-typed value from a binary stream. It is the implementation of the method introduced in TAbstractObjectReader .
See also
| Name | Description |
|---|---|
| TAbstractObjectReader.ReadWideString | Read a widestring value from the stream. |
| TBinaryObjectWriter.WriteWideString | Write a widestring-valued type to a stream |