Skip to main content

TdxBarProgressItem.StepIt Method

This method adjusts the progress indicator’s position.

Declaration

procedure StepIt;

Remarks

Call the StepIt method to expand the current position of a progress bar by the step increment’s value and redraw the bar to reflect this new position. If step increment represents the size of one logical step in the process tracked by the progress bar, call the StepIt after each logical step. Use the Step property to set the step increment.

See Also