RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.WriteString Method

Provides the abstract (pure virtual) prototype for a method to write the string AString back to the HTTP client.

Pascal
function WriteString(const AString: AnsiString): Boolean; virtual; abstract;
C++
virtual __fastcall Boolean WriteString(const AnsiString AString) = 0;

Descendants of TWebRequest implement WriteString. WriteString is used by TWebResponse to send the contents of a response to the Web client. 

 

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