API:Web.CGIHTTP.TWinCGIRequest.WriteString

提供:RAD Studio API Documentation

Delphi

function WriteString(const AString: AnsiString): Boolean; override;

C++

virtual bool __fastcall WriteString(const System::AnsiString AString);

プロパティ

種類 可視性 ソース ユニット
function public
Web.CGIHTTP.pas
Web.CGIHTTP.hpp
Web.CGIHTTP TWinCGIRequest

説明

元の HTTP クライアントに文字列 AString を書き込むメソッドを提供します。 {{#multireplace:Web.CGIHTTP.TWinCGIRequest.WriteString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:Web.CGIHTTP.TCGIRequest.WriteString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:Web.CGIHTTP.TCGIRequest.WriteString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

元の HTTP クライアントに文字列 AString を書き込むメソッドを提供します。

TCGIResponseWriteString メソッドを使用すると,レスポンスの内容を CGI クライアントに送信できます。

関連項目