Soap.SOAPPasInv.TSoapPascalInvoker.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TSoapPascalInvoker(System::Classes::TComponent* AOwner);

Properties

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

Description

Creates a new TSoapPascalInvoker object.

Call Create to instantiate an invoker at runtime. Invoker components added to Web modules at design time (including the one that the Soap Server wizard adds automatically) are created automatically.

The AOwner parameter specifies the component that is responsible for freeing the TSoapPascalInvoker instance.

See Also