Data.DBXDelegate.TDBXDelegateWritableValue.SetDBXConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDBXConnection(const Value: TDBXConnection); override;

C++

virtual void __fastcall SetDBXConnection(Data::Dbxcommon::TDBXConnection* const Value);

Properties

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

Description

Set TDBXConnection Value for TDBXValue with type TDBXDataTypes.DBXConnectionType.

Data.DBXDelegate.TDBXDelegateWritableValue.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