Data.FmtBcd.NullBcd

From RAD Studio API Documentation
Jump to: navigation, search

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;

Properties

Type Visibility Source Unit Parent
const
variable
public
Data.FmtBcd.pas
Data.FMTBcd.hpp
Data.FmtBcd Data.FmtBcd

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.

See Also