RAD Studio VCL Reference
|
Provides the abstract (pure virtual) prototype for a method to write the string AString back to the HTTP client.
function WriteString(const AString: AnsiString): Boolean; virtual; abstract;
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!
|