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 は,TWinCGIRequest のインスタンスを作成します。

CGI リクエストオブジェクトをインスタンス化するために,アプリケーションで Create メソッドを呼び出す必要はありません。TCGIApplication オブジェクトは,クライアントのリクエストを受け取ると,TWinCGIRequest オブジェクトを作成します。

関連項目