RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStatusPanels Class

TStatusPanels is a container for TStatusPanel objects.

Pascal
TStatusPanels = class(TCollection);
C++
class TStatusPanels : public TCollection;

ComCtrls

Each TStatusPanels holds a collection of TStatusPanel objects in a TStatusBar. TStatusPanels maintains an index of the status panels in its Items array. The Count property contains the number of status panels in the collection. At design time, use the status bar's Panels editor to add, remove, or modify status panels. 

 

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