Vcl.ComCtrls.TUpDown.Min

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Min: Integer read FMin write SetMin default 0;

C++

__property Min = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TUpDown

Description

Specifies the minimum value of the Position property.

Vcl.ComCtrls.TUpDown.Min inherits from Vcl.ComCtrls.TCustomUpDown.Min. All content below this line refers to Vcl.ComCtrls.TCustomUpDown.Min.

Specifies the minimum value of the Position property.

Use Min to provide a lower limit to the range of values the Position property can assume.

See Also