[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Collection with the TStatusPanel instances defined for the control.
Source position: comctrls.pp line 191
published property TStatusBar.Panels : TStatusPanels |
Panels is a collection used to store TStatusPanel class instances added to the status bar. Panels are significant when the SimplePanel property is set to False; when SimplePanel contains True, the status bar displays the value in SimpleText across the entire width for the status bar.
Use CreatePanel to create a new status panel displayed on the status bar. Or use the editor provided in the Lazarus IDE Object Inspector to maintain the items in the Panels collection at design-time.
|
Indicates if a single panel is displayed in the status bar with the text in SimpleText. |
|
|
Contains the text displayed on the status bar when SimplePanel is enabled. |
|
|
CreatePanel - returns a created Status Panel. |
|
|
A collection of panels displayed on a status bar control. |
|
|
Implements a panel displayed in TStatusBar. |
Version 4.0 | Generated 2025-05-03 | Home |