Datasnap.DBClient.TCustomRemoteServer.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Datasnap.DBClient.pas Datasnap.DBClient.hpp
| |
Unit: Datasnap.DBClient | |
Parent: TCustomRemoteServer |
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TCustomRemoteServer(System::Classes::TComponent* AOwner);
Description
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.