JVCL Help:TJvProgressComponent.ProgressStep
JVCL Help: TJvProgressComponent.ProgressStep Property
Search in JVCL Help
Search in all projectsSummary
Specifies the amount that ProgressPosition increases when the ProgressStepIt method is called.
Pascal
propertyProgressStep: Integer;
Description
Set ProgressStep to specify the granularity of the progress bar. ProgressStep should reflect the size of each step in the process tracked by the progress bar, in the logical units used by the ProgressMax and ProgressMin properties.
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, ProgressStep is the percentage of the process completed before the user is provided with additional visual feedback.
When the ProgressStepIt method is called, the value of ProgressPosition increases by Step.
See Also
TJvProgressComponent.ProgressMax, TJvProgressComponent.ProgressMin, TJvProgressComponent.ProgressPosition, 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