Data.DB.TSingleField.MaxValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxValue: Single read FMaxValue write SetMaxValue;

C++

__property float MaxValue = {read=FMaxValue, write=SetMaxValue};

Properties

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

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