Data.DBXCommon.TDBXSingleValue.SetValue
| [–] Properties | |
|---|---|
| Type: procedure function | |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp | |
| Unit: Data.DBXCommon | |
| Parent: TDBXSingleValue | |
Delphi
procedure SetValue(const Value: TDBXValue); override;
C++
virtual void __fastcall SetValue(TDBXValue* const Value);
Description
Assigns the contents of a TDBXValue to this TDBXWritableValue.
Data.DBXCommon.TDBXSingleValue.SetValue inherits from Data.DBXCommon.TDBXWritableValue.SetValue. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetValue.
Assigns the contents of a TDBXValue to this TDBXWritableValue.
SetValue assigns the contents of a TDBXValue to this TDBXWritableValue.