Vcl.ComCtrls.TUpDown.Max

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Max: Integer read FMax write SetMax default 100;

C++

__property Max = {default=100};

Properties

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

Description

Specifies the maximum value of the Position property.

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

Specifies the maximum value of the Position property.

Use Max to provide an upper limit to the range of values the Position property can assume.

See Also