Data.DB.TFMTBCDField.MaxValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxValue: string read FMaxValue write SetMaxValue;

C++

__property System::UnicodeString MaxValue = {read=FMaxValue, write=SetMaxValue};

Properties

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

Description

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

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

If a value greater than MaxValue is entered, TFMTBCDField raises an EDatabaseError exception.

See Also