Data.FmtBcd.VarToBcd
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.FmtBcd.pas Data.FMTBcd.hpp
| |
| Unit: Data.FmtBcd | |
| Parent: Data.FmtBcd | |
Delphi
function VarToBcd(const AValue: Variant): TBcd;
C++
extern DELPHI_PACKAGE TBcd __fastcall VarToBcd(const System::Variant &AValue);
Description
Converts a Variant into a TBcd type.
Use VarDoubleAsBcd to obtain a TBcd value from a Variant.
aValue is the Variant to convert.