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