RAD Studio VCL Reference
|
TStatusPanels is a container for TStatusPanel objects.
TStatusPanels = class(TCollection);
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!
|