Data.DB.TFloatField.MinValue
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TFloatField |
Delphi
property MinValue: Double read FMinValue write SetMinValue;
C++
__property double MinValue = {read=FMinValue, write=SetMinValue};
Description
Limits the minimum value in the floating-point field.
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.