RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EBcdException Class

EBcdException is the exception class for errors that occur when working with BCD values.

Pascal
EBcdException = class(Exception);
C++
class EBcdException : public Exception;

FMTBcd

EBcdException is raised when 

An attempt to convert a Variant or string to a BCD value is unsuccessful.  

An application tries to create a Variant that represents a BCD value, starting with a value that can't be successfully converted. 

An application tries to divide by a BCD type whose value is 0. 

 

VarFMTBcdCreate 

TBcd 

StrToBCD 

BCDDivide

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!