RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBCDField.MaxValue Property

Limits the maximum value in the binary-coded decimal field.

Pascal
property MaxValue: Currency;
C++
__property Currency MaxValue;

Use MaxValue to get or set the maximum value that can be entered into the field. If a value greater than MaxValue is entered, TBCDField raises an EDatabaseError exception.  

Newly created binary-coded decimal (BCD) fields set MaxValue to the maximum value that can be expressed by the currency data type. 

 

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