API:Web.CGIHTTP.TWinCGIRequest.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.CGIHTTP.pas Web.CGIHTTP.hpp |
Web.CGIHTTP | TWinCGIRequest |
Description
Provides a method for writingthe AString string back to the HTTP client. {{#multireplace:Web.CGIHTTP.TWinCGIRequest.WriteString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Web.CGIHTTP.TCGIRequest.WriteString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Web.CGIHTTP.TCGIRequest.WriteString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Provides a method for writingthe AString string back to the HTTP client.
WriteString is used by TCGIResponse to send the contents of a response to the CGI client.