RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStatusBar.SimplePanel Property

Determines whether the status bar displays a single panel or multiple panels.

Pascal
property SimplePanel: Boolean;
C++
__property Boolean SimplePanel;

If SimplePanel is set to true, the status bar consists of a single panel displaying the text in SimpleText. If SimplePanel is set to false, the status bar displays a separate panel for each item in its Panels property.. 

 

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