Datasnap.DSCommonServer.TDSDefaultCommandHandler.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const ADbxContext: TDBXContext; const ANextHandler: TDBXCommandHandler);

C++

__fastcall TDSDefaultCommandHandler(Data::Dbxcommon::TDBXContext* const ADbxContext, Data::Dbxmessagehandlercommon::TDBXCommandHandler* const ANextHandler);

Properties

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

Description

Creates a TDSDefaultCommandHandler instance.

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

Create takes in two parameters. ADbxContext specifies the context information for the connection while the second parameter specifies the next available dbExpress connection handler.

See Also