API:Soap.SOAPPasInv.TSoapPascalInvoker.Invoke

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Soap.SOAPPasInv.pas
Soap.SOAPPasInv.hpp
Soap.SOAPPasInv TSoapPascalInvoker

Description

Provides access to Automation properties and methods when the component wraps an Automation object.

Soap.SOAPPasInv.TSoapPascalInvoker.Invoke inherits from System.Classes.TComponent.Invoke. All content below this line refers to System.Classes.TComponent.Invoke.

Provides access to Automation properties and methods when the component wraps an Automation object.

Invoke is the standard mechanism for accessing the exposed properties and methods of an Automation object. For components that wrap the IDispatch interface of an Automation object, Invoke calls the Invoke method for the interface supported by the component, passing it the parameters specified by the function.

See Also