[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Lower limit for the Position on the progress bar.
Source position: dialogs.pp line 715
published property TTaskDialogProgressBar.Min : Integer |
Min is an Integer property which contains the lower limit for the position on the progress bar; the value in Position must be in the range Min..Max inclusive. The default value for the property is 0.
Changing the property value causes the SetRange method to be called. This allows the task dialog and the widgetset class to be notified when the range for the progress bar has been updated.
Use Max to set the upper limit for the value in Position.
Use Position to set the current position for the progress bar.
Position, Min, and Max are not used when the task dialog is configured to use the marquee drawing style for its progress bar.
Added in LCL version 4.0.
|
Upper limit for the Position on the progress bar. |
|
|
Contains the current position for the progress bar. |
|
|
Applies the values in the Min and Max properties to the progress bar control on a task dialog. |
Version 4.0 | Generated 2025-05-03 | Home |