Data.DB.TFloatField.MaxValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxValue: Double read FMaxValue write SetMaxValue;

C++

__property double MaxValue = {read=FMaxValue, write=SetMaxValue};

Properties

Type Visibility Source Unit Parent
property published
Data.DB.pas
Data.DB.hpp
Data.DB TFloatField

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.

See Also