IBX.IBCustomDataSet.TIBBCDField

Delphi
TIBBCDField = class(TBCDField)
C++
class PASCALIMPLEMENTATION TIBBCDField : public Data::Db::TBCDField
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| class | public | IBX.IBCustomDataSet.pas IBX.IBCustomDataSet.hpp | IBX.IBCustomDataSet | IBX.IBCustomDataSet | 
Description
TIBBCDField represents a numeric field as a Currency type..
TIBBCDField encapsulates the Currency type. Despite the name, TIBBCDField does not represent a BCD value. Rather, TIBBCDFields represent InterBase Numeric(x, y) fields, where x < 18 and y <= 4.