Data.DBXDelegate.TDBXDelegateWritableValue.SetDBXConnection
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. {{#multireplace:Data.DBXDelegate.TDBXDelegateWritableValue.SetDBXConnection|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommon.TDBXWritableValue.SetDBXConnection|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommon.TDBXWritableValue.SetDBXConnection|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.