Datasnap.DSCommonServer.TDSVoidConnectionHandler.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const ADbxContext: TDBXContext);

C++

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

Properties

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

Description

Creates a TDSVoidConnectionHandler instance.

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

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

See Also