Vcl.Samples.Gauges.TGauge.Progress

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Progress: Longint read FCurValue write SetProgress;

C++

__property int Progress = {read=FCurValue, write=SetProgress, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Samples.Gauges.pas
Vcl.Samples.Gauges.hpp
Vcl.Samples.Gauges TGauge

Description

Specifies the gauge progress.

Use this property to update the gauge progress. If the new value exceeds the permitted range [MinValue; MaxValue], then the progress is saturated.

The text displayed on the gauge represents the percentage progress value (PercentDone).

See Also