API:Soap.SOAPPasInv.TSoapPascalInvoker.Invoke

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

Delphi

procedure Invoke(AClass: TClass; IntfInfo: PTypeInfo; MethName: string;  const Request: TStream; Response: TStream; var BindingType: TWebServiceBindingType); virtual;

C++

HIDESBASE virtual void __fastcall Invoke(System::TClass AClass, System::Typinfo::PTypeInfo IntfInfo, System::UnicodeString MethName, System::Classes::TStream* const Request, System::Classes::TStream* Response, Soap::Wsdlintf::TWebServiceBindingType &BindingType);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Soap.SOAPPasInv.pas
Soap.SOAPPasInv.hpp
Soap.SOAPPasInv TSoapPascalInvoker

説明

コンポーネントが Automation オブジェクトをラップするときに Automation オブジェクトのプロパティおよびメソッドへのアクセスを提供します。

Soap.SOAPPasInv.TSoapPascalInvoker.Invoke は System.Classes.TComponent.Invoke を継承しています。以下の内容はすべて System.Classes.TComponent.Invoke を参照しています。

コンポーネントが Automation オブジェクトをラップするときに Automation オブジェクトのプロパティおよびメソッドへのアクセスを提供します。

Invoke メソッドは,オートメーションオブジェクトのエクスポーズされたプロパティとメソッドをアクセスするための標準メカニズムです。Automation オブジェクトの IDispatch インターフェースをラップするコンポーネントの場合,Invoke はコンポーネントがサポートするインターフェースに対して Invoke メソッドを呼び出し,関数が指定するパラメータを渡します。

関連項目