Datasnap.DSCommonServer.TDSServerTransport.AddConnection

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: TDSServerTransport

Delphi

procedure AddConnection(const Con: TDBXConnectionHandler);

C++

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

Description

Adds the server connection specified by Con.

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

See Also