RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFloatField.MaxValue Property

Limits the maximum value in the floating-point field.

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!