RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStatusBar.SimpleText Property

Contains the string that is displayed in the status bar when SimplePanel is set to true.

Pascal
property SimpleText: string;
C++
__property AnsiString SimpleText;

SimpleText contains a text string to be displayed in the status panel when SimplePanel is true.

Note: Microsoft Windows XP and earlier limited the size of the string to 127 chars. Under Microsoft Windows Vista, SimpleText has no such limit.
 

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