Datasnap.DSCommonServer.TDSDefaultCommandHandler.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Datasnap.DSCommonServer.pas Datasnap.DSCommonServer.hpp
| |
Unit: Datasnap.DSCommonServer | |
Parent: TDSDefaultCommandHandler |
Delphi
constructor Create(const ADbxContext: TDBXContext; const ANextHandler: TDBXCommandHandler);
C++
__fastcall TDSDefaultCommandHandler(Data::Dbxcommon::TDBXContext* const ADbxContext, Data::Dbxmessagehandlercommon::TDBXCommandHandler* const ANextHandler);
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.