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

TStatusBar.SimplePanel

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

Declaration

Source position: comctrls.pp line 198

published property TStatusBar.SimplePanel : Boolean
  read FSimplePanel
  write SetSimplePanel
  default True;

Description

SimplePanel is a Boolean property which indicates if a single panel is displayed in the status bar with the text in SimpleText

If True, the value of SimpleText is displayed; if False, the contents of the individual Panels is displayed.

Contents can be adjusted with a stringlist editor that pops up when the ellipsis (...) next to Panels is selected and allows insertion of an arbitrary number of sub-panels with their own strings.

See also

TStatusBar.SimpleText

  

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

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