TAbstractObjectReader.ReadWideString
Read a widestring value from the stream.
Declaration
Source position: classesh.inc line 1413
public
function ReadWideString : WideString; Virtual; Abstract;
Description
ReadWideString is called when a widestring-typed value should be read from the stream. This abstract method should be overridden by descendant classes.
See also
Name | Description |
---|---|
TAbstractObjectWriter.WriteWideString | Write a widestring value to the stream |