Vcl.ComCtrls.TCustomUpDown.Max

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Max: Integer read FMax write SetMax default 100;

C++

__property int Max = {read=FMax, write=SetMax, default=100};

Properties

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

Description

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