RAD Studio VCL Reference
|
TStatusBar represents a status bar.
TStatusBar = class(TCustomStatusBar);
class TStatusBar : public TCustomStatusBar;
ComCtrls
The TStatusBar component is 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. The SimplePanel property can be used to toggle the status bar at runtime between a single- and multiple-panel display.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|