RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBCDField.MinValue Property

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

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

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

Newly created integer fields set MinValue to the minimum 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!