Data.DBXDelegate.TDBXDelegateWritableValue.GetDBXConnection

From RAD Studio API Documentation

Delphi

function GetDBXConnection: TDBXConnection; override;

C++

virtual Data::Dbxcommon::TDBXConnection* __fastcall GetDBXConnection(void);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateWritableValue

Description

Get TDBXConnection for TDBXValues with TDBXDataTypes.DBXConnectionType data type. {{#multireplace:Data.DBXDelegate.TDBXDelegateWritableValue.GetDBXConnection|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommon.TDBXValue.GetDBXConnection|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommon.TDBXValue.GetDBXConnection|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Get TDBXConnection for TDBXValues with TDBXDataTypes.DBXConnectionType data type.

GetDBXConnection gets the TDBXConnection instance for TDBXValues with a data type of TDBXDataTypes.DBXConnectionType. This is used for DataSnap server methods to specify a database connection context.

See Also