IBX.IBCustomDataSet.TIBBCDField

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.TBCDFieldData.DB.TNumericFieldData.DB.TFieldSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTIBBCDField

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.