[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The StatusBar to which this collection of status panels belongs.
Source position: comctrls.pp line 109
public property TStatusPanels.StatusBar : TStatusBar |
StatusBar is a read-only TStatusBar property and contains the status bar that is the owner of the items in the collection. It provides access to the properties and methods in the status bar from methods in the collection. Its primary purpose is to notify the status bar when panel(s) in the collection have been added or modified.
The property value is assigned in the Create constructor, and uses the value passed as an argument to the method.
|
Constructor for the class instance. |
|
|
Adds a new TStatusPanel instance to the collection. |
|
|
Displays a panel along the bottom of a form with current status information. |
|
Version 4.0 | Generated 2025-05-03 | Home |