Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomProgressBar.BarShowText

Indicates if status text is draw over the progress bar.

Declaration

Source position: comctrls.pp line 1822

public property TCustomProgressBar.BarShowText : Boolean
  read FBarShowText
  write SetBarShowText
  default False;

Description

BarShowText some widgetsets allow text to be displayed on the bar to indicate its position and range of values. The implementation of BarShowText is platform-specific. If the widgetset does not display text on the progress bar, the value in the property is not used.