Data.DB.TSingleField.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: TSingleField

Delphi

property MaxValue: Single read FMaxValue write SetMaxValue;

C++

__property float 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