Data.DB.TSingleField.MinValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinValue: Single read FMinValue write SetMinValue;

C++

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

Properties

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

Description

Sets and gets the lower limit of the field value.

Use MinValue to set or get the lower limit of the field value.

See Also