Data.DB.TExtendedField.MaxValue

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: TExtendedField

Delphi

property MaxValue: Extended read FMaxValue write SetMaxValue;

C++

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

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