Vcl.NumberBox.TNumberBox.MinValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinValue;

C++

__property MinValue = {default=0};

Properties

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

Description

Specifies the minimum value.

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

Specifies the minimum value.

MinValue specifies the minimum Value that TCustomNumberBox can take.

See Also