Data.DBXDelegate.TDBXDelegateWritableValue.SetDBXConnection
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXDelegate.pas Data.DBXDelegate.hpp
| |
Unit: Data.DBXDelegate | |
Parent: TDBXDelegateWritableValue |
Delphi
procedure SetDBXConnection(const Value: TDBXConnection); override;
C++
virtual void __fastcall SetDBXConnection(Data::Dbxcommon::TDBXConnection* const Value);
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.