Vcl.NumberBox.TCustomNumberBox.MaxValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxValue: Extended

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.NumberBox.pas
Vcl.NumberBox.hpp
Vcl.NumberBox TCustomNumberBox

Description

Specifies the maximum value.

MaxValue specifies the maximum Value that TCustomNumberBox can take.

See Also