[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TStatusBar.SimpleText

Contains the text displayed on the status bar when SimplePanel is enabled.

Declaration

Source position: comctrls.pp line 197

published property TStatusBar.SimpleText : TCaption
  read FSimpleText
  write SetSimpleText;

Description

SimpleText is a String property containing the information to be displayed in the Status Bar. It is displayed if SimplePanel is True; otherwise the information defined in Panels is displayed using the settings for the individual status bar panels.

Changing the value for the property causes the control to be redrawn when the handle has been allocated for the widgetset class instance.

See also

TStatusBar.SimplePanel

  

Indicates if a single panel is displayed in the status bar with the text in SimpleText.

TStatusBar.Panels

  

Collection with the TStatusPanel instances defined for the control.

TStatusPanels

  

A collection of panels displayed on a status bar control.

TStatusPanel

  

Implements a panel displayed in TStatusBar.


Version 4.0 Generated 2025-05-03 Home