JVCL Help:TJvSpecialProgress.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

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


See Also

TJvSpecialProgress.Maximum, TJvSpecialProgress.Minimum


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