RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWriter.WriteWideChar Method

Writes the wide character passed in Value to the writer object's stream.

Pascal
procedure WriteWideChar(Value: WideChar);
C++
__fastcall WriteWideChar(WideChar Value);

WriteWideChar is used internally by the component streaming system to write component properties to a stream. Use WriteWideChar for writing component wide character properties to streams. 

WriteWideChar calls WriteString which checks to ensure that Value is the correct type before calling Write to write the wide character and its value type to the stream. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!