Data.DB.TExtendedField.MaxValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxValue: Extended read FMaxValue write SetMaxValue;

C++

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

Properties

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

Description

Sets and gets the upper limit of the field value.

Use MaxValue to set or get the upper limit of the field value.

See Also