RAD Studio VCL Reference
|
Reads a wide character from the reader object's stream and returns that character value.
function ReadWideChar: WideChar;
__fastcall WideChar ReadWideChar();
ReadWideChar is a helper method used by other reader methods to read a tagged wide character value at the current reader Position. ReadWideChar invokes the ReadWideString, and return that string if it is 1 character long. Otherwise, an exception is thrown.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|