JVCL Help:TJvSpecialProgress.Step

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 amount that Position increases when the StepIt method is called.


Pascal

 propertyStep: Integer;


Description

Set Step to specify the granularity of the progress bar. Step should reflect the size of each step in the process tracked by the progress bar, in the logical units used by the Maximum and Minimum properties.
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, Step is the percentage of the process completed before the user is provided with additional visual feedback.
When the StepIt method is called, the value of Position increases by Step.


See Also

TJvSpecialProgress.Maximum, TJvSpecialProgress.Minimum, TJvSpecialProgress.Position, TJvSpecialProgress.StepIt


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