Data.DB.TFloatField.MinValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinValue: Double read FMinValue write SetMinValue;

C++

__property double MinValue = {read=FMinValue, write=SetMinValue};

Properties

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

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.

See Also