RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWriter.WriteWideString Method

WriteWideString writes a wide string to the writer's stream.

Pascal
procedure WriteWideString(const Value: UnicodeString);
C++
__fastcall WriteWideString(const UnicodeString Value);

WriteWideString is used internally by the component streaming system to write component properties to a stream. Use WriteWideString for writing WideString component to streams. 

WriteWideString first writes a type identifier and the length of the string before writing the value. 

 

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