Data.DBXCommon.TDBXWritableValue.SetAsBcd
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXWritableValue | |
Delphi
procedure SetAsBcd(const Value: TBcd); virtual;
C++
virtual void __fastcall SetAsBcd(const Data::Fmtbcd::TBcd &Value);
Description
Sets the value as a TBcd representation.
SetAsBcd sets the value as a TBcd representation. It applies a type conversion, if needed. If there is no supported conversion to this type, an exception is raised.