Vcl.StdCtrls.TScrollBar.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 published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TScrollBar

Description

Specifies the maximum position represented by the scroll bar.

Set Max to the maximum value the Position property can take. The Max and Min properties define the total range over which Position can vary.

See Also


Code Examples