Data.DBXCommon.TDBXWritableValue.SetDBXConnection

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXWritableValue

Delphi

procedure SetDBXConnection(const Value: TDBXConnection); virtual;

C++

virtual void __fastcall SetDBXConnection(TDBXConnection* const Value);

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