Data.DB.TSingleField.MinValue

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: TSingleField

Delphi

property MinValue: Single read FMinValue write SetMinValue;

C++

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

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