[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Specifies the minimum value for the Position in the progress bar.
Source position: comctrls.pp line 1847
public property TCustomProgressBar.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.
Set values for the Min and Max properties as needed to represent the task or operation. Or, use the SetParams method to set both Min and Max values at the same time.
Changing the value for the property causes the ApplyChanges method to be called.
|
Specifies the maximum value for the Position in the progress bar. |
|
|
The current position for the progress bar. |
|
|
ApplyChanges - apply any changes that have occurred. |
Version 4.0 | Generated 2025-05-03 | Home |