![]() |
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Gauges are controls that display duration or other information about an ongoing process.
Class TGauge implements gauges, and is derived from class TControl. Horizontal gauges are usually used to display process information, and vertical gauges are usually used to display analog information.
Generally, a broken bar gauge is recommended for processes lasting less than 10 seconds. A solid bar (with text) is recommended for longer processes. The internal implementation can create a solid bar with text, and it can also have a vertical orientation. This implementation is used for the upper gauge in the illustration below.
The native control for Windows 95 is the Progress Bar common control. This is used for the bottom gauge in the illustration below.