Data.FmtBcd.NullBcd
| [–] Properties | |
|---|---|
| Type: const variable
| |
| Visibility: public | |
| Source: Data.FmtBcd.pas Data.FMTBcd.hpp
| |
| Unit: Data.FmtBcd | |
| Parent: Data.FmtBcd | |
Delphi
NullBcd: TBcd = (
Precision: 0;
SignSpecialPlaces: 0;
Fraction: (0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0));
C++
extern DELPHI_PACKAGE TBcd NullBcd;
Description
Represents a NULL TBcd value.
Use NullBcd to indicate an unknown or missing TBcd value. NullBcd is a TBcd with all its fields set to 0.