Data.DBXCommon.TDBXValue.GetDbxContext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDbxContext: TDBXContext;

C++

TDBXContext* __fastcall GetDbxContext();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValue

Description

Get context information for a connection associated with value.

GetDbxContext gets the value of the DbxContext property, which holds the TDBXContext associated with the value. This is used by driver writers.

See Also