[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Maximum value allowed in the Position for the track bar.
Source position: comctrls.pp line 2782
published property TCustomTrackBar.Max : Integer |
Max is an Integer property which specifies the maximum value allowed in the Position property. The default value for the property is 10.
Changing the value for the property causes Min, Max, and Position to be range checked, normalized, and applied to the widgetset class instance using the SetParams method.
|
Minimum value allowed in the Position for the track bar. |
|
|
Location of the slider on the track bar between the Min and Max values. |
|
|
Sets the values in the Position, Min, and Max properties. |
Version 4.0 | Generated 2025-05-03 | Home |