Vcl.Samples.Gauges.TGauge.Create
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TGauge(System::Classes::TComponent* AOwner);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | Vcl.Samples.Gauges.pas Vcl.Samples.Gauges.hpp |
Vcl.Samples.Gauges | TGauge |
Description
Creates and initializes a gauge control.
The following table lists some of the gauge properties that are set in the constructor:
| Property | Value |
|---|---|
| MinValue | 0 |
| MaxValue | 100 |
| Progress | 0 |
| Kind | horizontal bar |