Vcl.NumberBox.TNumberBox.MaxValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxValue;

C++

__property MaxValue = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.NumberBox.pas
Vcl.NumberBox.hpp
Vcl.NumberBox TNumberBox

Description

Specifies the maximum value.

Vcl.NumberBox.TNumberBox.MaxValue inherits from Vcl.NumberBox.TCustomNumberBox.MaxValue. All content below this line refers to Vcl.NumberBox.TCustomNumberBox.MaxValue.

Specifies the maximum value.

MaxValue specifies the maximum Value that TCustomNumberBox can take.

See Also