Data.FmtBcd.VarIsFMTBcd
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.FmtBcd.pas Data.FMTBcd.hpp
| |
| Unit: Data.FmtBcd | |
| Parent: Data.FmtBcd | |
Delphi
function VarIsFMTBcd(const AValue: Variant): Boolean;
C++
extern DELPHI_PACKAGE bool __fastcall VarIsFMTBcd(const System::Variant &AValue)/* overload */;
Description
Indicates whether a specified Variant represents a TBcd value.
VarIsBcd returns true if the Variant aValue stores its value internally as a TBcd value. VarIsBcd returns false otherwise.