RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapPascalInvoker.Create Constructor

Creates a new TSoapPascalInvoker object.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TSoapPascalInvoker(TComponent * AOwner);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!