Vcl.ComCtrls.TStatusPanels
Delphi
TStatusPanels = class(TCollection)
C++
class PASCALIMPLEMENTATION TStatusPanels : public System::Classes::TCollection
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
Description
TStatusPanels is a container for TStatusPanel objects.
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.