RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomStatusBar Class

TCustomStatusBar is the base class for objects that represent status bars.

Pascal
TCustomStatusBar = class(TWinControl);
C++
class TCustomStatusBar : public TWinControl;

TCustomStatusBar component is the base class for status bar controls. Status bars consist of a row of panels, usually aligned at the bottom of a form, that display information about an application as it runs. Each panel is represented by a TStatusPanel object listed in the Panels property. 

TCustomStatusBar is intended only as a base class. To add a status bar to a form, use a TCustomStatusBar descendant such as TStatusBar

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!