TReader.ReadWideChar
Read widechar from the stream
Declaration
Source position: classesh.inc line 1555
public
function ReadWideChar : WideChar;
Description
TReader.ReadWideChar reads a widechar from the stream. This actually reads a widestring and returns the first character.
See also
Name | Description |
---|---|
TReader.ReadWideString | Read a WideString value from the stream. |
TWriter.WriteWideChar | Write widechar to stream |