JVCL Help:TJvProgressDialog.Max

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the upper limit of the range of possible positions for the progress bar.


Pascal

 propertyMax: 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 Max 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.Min, 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