Data.DBXClient.TDBXClientConnection

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXConnectionSystem.TObjectTDBXClientConnection

Delphi

TDBXClientConnection = class(TDBXConnection)

C++

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

Properties

Type Visibility Source Unit Parent
class public
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient Data.DBXClient

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