RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBBCDField Class

TIBBCDField represents a numeric field as a Currency type..

Pascal
TIBBCDField = class(TBCDField);
C++
class TIBBCDField : public TBCDField;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!