[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Minimum value allowed in the Position for the track bar.
Source position: comctrls.pp line 2783
published property TCustomTrackBar.Min : Integer |
Min is an Integer property which specifies the minimum value allowed in the Position property. The default value for the property is 0 (zero).
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.
|
Maximum 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 |