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