Vcl.ComCtrls.TCustomUpDown.Min

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Min: Integer read FMin write SetMin default 0;

C++

__property int Min = {read=FMin, write=SetMin, default=0};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomUpDown

Description

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