JVCL Help:TJvProgressDialog.Min
JVCL Help: TJvProgressDialog.Min Property
Search in JVCL Help
Search in all projectsSummary
Specifies the lower limit of the range of possible positions for the progress bar.
Pascal
propertyMin: Integer;
Description
Use Max along with the Min property to establish the range of possible positions for the progress bar. Optimally, when the process tracked by the progress bar is complete, the value of Position should equal Max.
The Min property can be changed while the dialog is shown, either directly (if the dialog was shown using Show) or in the OnProgress event (if the dialog was shown using ShowModal).
See Also
TJvProgressDialog.Max, TJvProgressDialog.OnProgress, TJvProgressDialog.Position, TJvProgressDialog.Show, TJvProgressDialog.ShowModal
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page