Soap.SOAPHTTPTrans.THTTPReqResp.Create

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

Delphi

constructor Create(Owner: TComponent); override;

C++

__fastcall virtual THTTPReqResp(System::Classes::TComponent* Owner);

プロパティ

種類 可視性 ソース ユニット
constructor public
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

説明

Create は,新しい THTTPReqResp オブジェクトを作成します。

ほとんどのアプリケーションでは THTTPReqResp のインスタンスを作成されません。これは,THTTPRio クラスにより作成および使用されます。

Owner パラメータは,THTTPReqResp インスタンスを解放するコンポーネントを指定します。

関連項目