API:Web.CGIHTTP.TWinCGIRequest.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

constructor Create(IniFileName, ContentFile, OutputFile: string);

C++

__fastcall TWinCGIRequest(System::UnicodeString IniFileName, System::UnicodeString ContentFile, System::UnicodeString OutputFile);

プロパティ

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

説明

Create は,TCGIRequest のインスタンスを作成します。

Web.CGIHTTP.TWinCGIRequest.Create は Web.CGIHTTP.TCGIRequest.Create を継承しています。以下の内容はすべて Web.CGIHTTP.TCGIRequest.Create を参照しています。

Create は,TCGIRequest のインスタンスを作成します。

アプリケーションで直接 CGI リクエストオブジェクトをインスタンス化する必要はありません。TCGIApplication オブジェクトは,クライアントのリクエストを受け取ると,TCGIRequest オブジェクトを作成します。

関連項目