Read Unicode character.
Source position: classesh.inc line 1931
public function TReader.ReadUnicodeChar: UnicodeChar; |
ReadUnicodeChar reads a single Unicode character from the stream. It does this by reading a UnicodeString string from the stream and returning the first character.
If the string has a length different from 1, an EReadError exception will occur.
|
Read a UnicodeString value from the stream. |