Vcl.Samples.Gauges.TGauge.ShowText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowText: Boolean read FShowText write SetShowText default True;

C++

__property bool ShowText = {read=FShowText, write=SetShowText, default=1};

Properties

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

Description

Indicates whether to display the gauge text.

Use this property to control whether the gauge text should be displayed. The gauge text represents the gauge progress percentage followed by the % character.