Vcl.ComCtrls.TProgressBar.StepIt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StepIt;

C++

void __fastcall StepIt();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TProgressBar

Description

Advances Position by the amount specified in the Step property.

Call the StepIt method to increase the value of Position by the value of the Step property. If Step represents the size of one logical step in the process tracked by the progress bar, call Step after each logical step is completed.

See Also

Code Examples