Vcl.ComCtrls.TStatusPanel

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTStatusPanel

Delphi

TStatusPanel = class(TCollectionItem)

C++

class PASCALIMPLEMENTATION TStatusPanel : public System::Classes::TCollectionItem

Properties

Type Visibility Source Unit Parent
class public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

TStatusPanel represents a single panel of a status bar.

Each TStatusPanel object is a member of a TStatusPanels collection and represents a panel in a TStatusBar control.

See Also