Data.DBXCommon.TDBXWritableValue.SetDBXConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDBXConnection(const Value: TDBXConnection); virtual;

C++

virtual void __fastcall SetDBXConnection(TDBXConnection* const Value);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXWritableValue

Description

Set TDBXConnection Value for TDBXValue with type TDBXDataTypes.DBXConnectionType.

SetDBXConnection sets the TDBXConnection Value for a TDBXValue with type TDBXDataTypes.DBXConnectionType. It is used by DataSnap server methods that receive or set the server side database connection.

See Also