RAD Studio VCL Reference
|
Writes raw data to the writer object's stream.
procedure WriteStr(const Value: AnsiString);
__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.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|