Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TReader.ReadUnicodeChar

Read Unicode character.

Declaration

Source position: classesh.inc line 1593

public function TReader.ReadUnicodeChar: UnicodeChar;

Description

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.

Errors

If the string has a length different from 1, an EReadError exception will occur.

See also

TReader.ReadUnicodeString

  

Read a UnicodeString value from the stream.


Documentation generated on: Jul 24 2023