TdxStatusBarPanels Class
A collection of status bar panels.
Declaration
TdxStatusBarPanels = class(
TCollection
)
Remarks
At design time, you can access and configure status bar panels via the collection editor available for the Panels property of the TdxStatusBar or TdxRibbonStatusBar control. To invoke the collection editor, switch to the Object Inspector and click the ellipsis button next to the Panels property.
To access and customize the status bar panels at runtime, use the TCollection‘s standard methods and properties. For example, to add a new panel, call the Add method. If you wish to insert a new panel, call the Insert method. If you wish to access a particular panel in the collection, use the Items property.
Inheritance
TObject
TPersistent
TCollection
TdxStatusBarPanels
See Also