Data.DB.TFloatField.MaxValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also