Vcl.Samples.Gauges.TGauge.AddProgress

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddProgress(Value: Longint);

C++

void __fastcall AddProgress(int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Samples.Gauges.pas
Vcl.Samples.Gauges.hpp
Vcl.Samples.Gauges TGauge

Description

Adds the specified value to the gauge progress.

AddProgress changes the current gauge progress with the specified value. If the resulted progress value exceeds the permitted range [MinValue; MaxValue], then the progress value is saturated.

See Also