Vcl.ComCtrls.TProgressBar.StepBy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StepBy(Delta: Integer);

C++

void __fastcall StepBy(int Delta);

Properties

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

Description

Advances the Position of the progress bar by a specified amount.

Call StepBy to increase the value of Position by the value of the Delta parameter. To advance Position by a default amount that represents a single step in the process, use the StepIt method.

See Also

Code Examples