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