JVCL Help:TJvSpecialProgress.PercentDone

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

Search in JVCL Help

 
Search in all projects
 

Summary

Indicates the current progress percentage of the process tracked by the progress bar.


Pascal

 propertyPercentDone: Longint;


Description

Read PercentDone to get the current progress percentage of the process tracked by the progress bar. The value equals (Position - Minimum) as a percentage of (Maximum - Minimum).


See Also

TJvSpecialProgress.Maximum, TJvSpecialProgress.Minimum, TJvSpecialProgress.Position


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