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

Delphi

property MinValue: string read FMinValue write SetMinValue;

C++

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

Description

Limits the minimum value in the binary-coded decimal field.

Use MinValue to get or set the minimum value that can be entered into the field. MinValue is the string representation of the minimum value.

If a value smaller than MinValue is entered, TFMTBCDField raises an EDatabaseError exception.

See Also