RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStringStream.WriteString Method

Concatenates a specified string to the current position in the string stream, and updates the current position accordingly.

Pascal
procedure WriteString(const AString: string);
C++
__fastcall WriteString(const AnsiString AString);

Use WriteString to replace the end of the string from the current position on with the string specified by the AString parameter. WriteString changes the Size property to reflect the new length of the DataString

 

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