Data.DBXCommon.TDBXConnectionValue.SetDBXConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDBXConnection(const Value: TDBXConnection); override;

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 TDBXConnectionValue

Description

Set TDBXConnection Value for TDBXValue with type TDBXDataTypes.DBXConnectionType.

Data.DBXCommon.TDBXConnectionValue.SetDBXConnection inherits from Data.DBXCommon.TDBXWritableValue.SetDBXConnection. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetDBXConnection.

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