RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStatusBar.Panels Property

Lists the panels (TStatusPanel) in the status bar.

Pascal
property Panels: TStatusPanels;
C++
__property TStatusPanels Panels;

The Panels property holds a TStatusPanels—that is, a collection of TStatusPanel objects. At design time, you can add, remove, or modify panels with the Panels editor. To open the Panels editor, select the Panels property in the Object Inspector, then double-click in the Value column to the right or click the ellipsis (...) button. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!