Vcl.Samples.Gauges.TGauge.PercentDone

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PercentDone: Longint read GetPercentDone;

C++

__property int PercentDone = {read=GetPercentDone, nodefault};

Properties

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

Description

Represents the gauge progress as a percentage value.

Use this read-only property to obtain the progress as a percentage value. This is the value that is actually displayed on the gauge.

See Also