Data.DBXClient.TDBXClientConnection

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXConnectionSystem.TObjectTDBXClientConnection
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXClient.pas
Data.DBXClient.hpp
Unit: Data.DBXClient
Parent: Data.DBXClient

Delphi

TDBXClientConnection = class(TDBXConnection)

C++

class PASCALIMPLEMENTATION TDBXClientConnection : public Data::Dbxcommon::TDBXConnection

Description

Class for connection that supports DataSnap.

TDBXClientConnection is the type of TDBXConnection that supports DataSnap. This class is used internally, you do not need to use it directly.

A DataSnap connection is created using a TSQLConnection by setting the DriverName property to "DataSnap" or by calling TDBXConnectionFactory.GetConnectionFactory.GetConnection.


See Also