Datasnap.DSCommonServer.TDSCustomServer.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSCustomServer

Description

Creates a TDSCustomServer class instance.

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

See Also