Datasnap.Win.MConnect.TSharedConnection.Create
| [–] Properties | |
|---|---|
| Type: constructor | |
| Visibility: published | |
| Source: Datasnap.Win.MConnect.pas Datasnap.Win.MConnect.hpp
| |
| Unit: Datasnap.Win.MConnect | |
| Parent: TSharedConnection | |
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TSharedConnection(System::Classes::TComponent* AOwner);
Description
Creates an instance of a remote server component.
Datasnap.Win.MConnect.TSharedConnection.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.