Vcl.NumberBox.TCustomNumberBox.MinValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinValue: Extended

C++

__property System::Extended MinValue = {read=FMinValue, write=SetMinValue};

Properties

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

Description

Specifies the minimum value.

MinValue specifies the minimum Value that TCustomNumberBox can take.

See Also