Data.DB.TFMTBCDField.MinValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinValue: string read FMinValue write SetMinValue;

C++

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

Properties

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

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