RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWriter.WriteStr Method

Writes raw data to the writer object's stream.

Pascal
procedure WriteStr(const Value: string);
C++
__fastcall WriteStr(const AnsiString Value);

Do not call WriteStr directly. WriteStr is for internal use by certain components. WriteStr writes the string passed in Value to the writer object's stream.

Warning: Always use WriteString for writing component strings to streams. WriteStr can corrupt data if not used correctly.
 

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