Data.DB.TLongWordField.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: TLongWordField

Delphi

property MinValue: Cardinal read FMinValue write SetMinValue default 0;

C++

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

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