Data.DB.TExtendedField.MinValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinValue: Extended read FMinValue write SetMinValue;

C++

__property System::Extended MinValue = {read=FMinValue, write=SetMinValue};

Properties

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

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