RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFMTBCDField.MinValue Property

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

Pascal
property MinValue: string;
C++
__property AnsiString MinValue;

Use MinValue to get or set the minimum value that can be entered into the field. MinValue is the string representation of the minimum value. 

If a value smaller than MinValue is entered, TFMTBCDField raises an EDatabaseError exception. 

 

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