API:Soap.SOAPConn.TSoapConnection.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Soap.SOAPConn.pas
Soap.SOAPConn.hpp
Soap.SOAPConn TSoapConnection

Description

Creates an instance of a remote server component.

Soap.SOAPConn.TSoapConnection.Create inherits from Datasnap.DBClient.TCustomRemoteServer.Create. All content below this line refers to Datasnap.DBClient.TCustomRemoteServer.Create.

Creates an instance of a remote server component.

Create instantiates an instance of a remote server component and initializes its properties.

AOwner is the component that is responsible for freeing the TCustomRemoteServer instance. It becomes the value of the Owner property.

See Also