Datasnap.DSCommonServer.TDSServerCommandHandler.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const ADbxContext: TDBXContext);

C++

__fastcall TDSServerCommandHandler(Data::Dbxcommon::TDBXContext* const ADbxContext);

Properties

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

Description

Creates a TDSServerCommandHandler instance.

The Create constructor creates a new instance of the TDSServerCommandHandler class.

Create takes in the ADbxContext parameter that specifies the context information for the void connection.

See Also