Indicates whether a specified Variant represents a TBcd value.
function VarIsFMTBcd(const AValue: Variant): Boolean; overload;
Boolean VarIsFMTBcd(const Variant AValue);
FMTBcd
VarIsBcd returns true if the Variant aValue stores its value internally as a TBcd value. VarIsBcd returns false otherwise.
VarToBcd
TBcd
VarFMTBcd