RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFloatField.MinValue Property

Limits the minimum value in the floating-point field.

Pascal
property MinValue: Double;
C++
__property Double 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, an EDatabaseError exception is raised. 

 

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