RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWriter.WriteWideString Method

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

Pascal
procedure WriteWideString(const Value: WideString);
C++
__fastcall WriteWideString(const BSTR 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. 

 

ObjectTextToBinary 

WriteDescendent 

WriteComponentResFile

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!