Data.DB.TLongWordField.MinValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinValue: Cardinal read FMinValue write SetMinValue default 0;

C++

__property unsigned MinValue = {read=FMinValue, write=SetMinValue, default=0};

Properties

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

Description

Limits the minimum value in the long word field.

Use MinValue to get or set the minimum value that can be entered into the field. If a value lower than MinValue is entered, an EDatabaseError exception is raised.

The minimum value accepted by MinValue is 0.

See Also