RAD Studio VCL Reference
|
TCustomStatusBar is the base class for objects that represent status bars.
TCustomStatusBar = class(TWinControl);
class TCustomStatusBar : public TWinControl;
ComCtrls
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) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|