Datasnap.DSHTTPCommon.TDSExecutionResponse.FDBXConnection

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: protected
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: TDSExecutionResponse

Delphi

FDBXConnection: TDBXConnection;

C++

Data::Dbxcommon::TDBXConnection* FDBXConnection;

Description

Field that holds a reference to the current connection.

FDBXConnection is a protected field that holds a reference to the current connection.

See Also