Datasnap.DSCommonServer.TDSServerTransport.AddConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddConnection(const Con: TDBXConnectionHandler);

C++

void __fastcall AddConnection(Data::Dbxmessagehandlercommon::TDBXConnectionHandler* const Con);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSServerTransport

Description

Adds the server connection specified by Con.

This method adds a TDSServerConnection to the list of server connections.

See Also