Show: Delphi
C++
Display Preferences
Vcl.StdCtrls.TScrollBar.Max
From XE2 API Documentation
Delphi
property Max: Integer read FMax write SetMax default 100;
C++
__property int Max = {read=FMax, write=SetMax, default=100};
Contents |
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