EBcdOverflowException is the exception class for errors that occur when a Variant can't create a BCD value due to the requested precision and number of decimals.
EBcdOverflowException = class(EBcdException);
class EBcdOverflowException : public EBcdException;
EBcdOverflowException is raised when
A call to VarFMTBcdCreate tries to create a BCD value with a precision and number of decimals that can't be supported.
An application tries to cast a Variant to a BCD value but it can't be expressed using the default precision and number of decimals.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|