JVCL Help:TJvProgressComponent.ProgressPosition

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

 propertyProgressPosition: Integer;


Description

Read ProgressPosition to determine how far the process tracked by the progress bar has advanced from ProgressMin toward ProgressMax. Set ProgressPosition to cause the progress bar to display a position between ProgressMin and ProgressMax. For example, when the process tracked by the progress bar completes, set ProgressPosition to ProgressMax so that it appears completely filled.
When a progress bar is created, ProgressMin and ProgressMax represent percentages, where ProgressMin is 0 (0% complete) and ProgressMax is 100 (100% complete). If these values are not changed, ProgressPosition is the percentage of the process that has already been completed.


See Also

TJvProgressComponent.ProgressMax, TJvProgressComponent.ProgressMin, TJvProgressComponent.ProgressStep, TJvProgressComponent.ProgressStepIt


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