Datasnap.DSCommonServer.TDSCustomServer.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: TDSCustomServer

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Description

Creates a TDSCustomServer class instance.

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

See Also