Vcl.Samples.Gauges.TGauge

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TGraphicControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTGauge

Delphi

TGauge = class(TGraphicControl)

C++

class PASCALIMPLEMENTATION TGauge : public Vcl::Controls::TGraphicControl

Properties

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

Description

Is a control that can be used to graphically display the progress of a process.

TGauge is a lightweight graphic control (see TGraphicControl). It can be used to display in different modes the progress of an action (see TGauge.Kind).

TGauge (kind=gkNeedle)

The most representative properties of the gauge are:

The progress percentage value can be displayed as text in the middle of the gauge (see the property ShowText).

See Also