Web.ApacheHTTP.TApacheRequest.WriteString
Delphi
function WriteString(const AString: AnsiString): Boolean; override;
C++
virtual bool __fastcall WriteString(const System::AnsiString AString);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Web.ApacheHTTP.pas Web.ApacheHTTP.hpp |
Web.ApacheHTTP | TApacheRequest |
Description
Provides the abstract (pure virtual) prototype for a method to write the string AString back to the HTTP client. {{#multireplace:Web.ApacheHTTP.TApacheRequest.WriteString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Web.HTTPApp.TWebRequest.WriteString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Web.HTTPApp.TWebRequest.WriteString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Provides the abstract (pure virtual) prototype for a method to write the string AString back to the HTTP client.
Descendants of TWebRequest implement WriteString. WriteString is used by TWebResponse to send the contents of a response to the Web client.