[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Read unicode character
Source position: classesh.inc line 1290
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 |