Datasnap.DSConnect.TDSProviderConnection.Connection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Connection: TDBXConnection read GetDBXConnection;

C++

__property Data::Dbxcommon::TDBXConnection* Connection = {read=GetDBXConnection};

Properties

Type Visibility Source Unit Parent
property protected
Datasnap.DSConnect.pas
Datasnap.DSConnect.hpp
Datasnap.DSConnect TDSProviderConnection

Description

Provides an interface to the dbExpress object that represents a connection.

Connection is an interface to the underlying dbExpress object for a database connection. Typically, you would not need to interact directly with this dbExpress object.

See Also