JVCL Help:TJvProgressDialog.Position

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 current position of the progress bar.


Pascal

 propertyPosition: Integer;


Description

Read Position to determine how far the process tracked by the progress bar has advanced from Min toward Max. Set Position to cause the progress bar to display a position between Min and Max. For example, when the process tracked by the progress bar completes, set Position to Max so that it appears completely filled.
When a progress bar is created, Min and Max represent percentages, where Min is 0 (0% complete) and Max is 100 (100% complete). If these values are not changed, Position is the percentage of the process that has already been completed.
The Position 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.Min, TJvProgressDialog.OnProgress, 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