API:Datasnap.DSServer.TDSServer.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSServer

Description

Creates a TDSCustomServer class instance.

Datasnap.DSServer.TDSServer.Create inherits from Datasnap.DSCommonServer.TDSCustomServer.Create. All content below this line refers to Datasnap.DSCommonServer.TDSCustomServer.Create.

Creates a TDSCustomServer class instance.

The Create constructor creates an instance of the TDSCustomServer class and also creates a DBX context.

See Also