Datasnap.DSCommonServer.TDSServerCommandHandler.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: 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.

See Also