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;

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. 

 

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