Home - RAD C++ GUI 2.0 Documentation
Published on March 17, 2008 [12:28:42 AM]



Browse class : StatusBar

Function : String getPartText(int partIndex)


Description

retrieve the text being displayed on a part of a statusbar.
partIndex must be a zero based index.


Return

Nothing


Remarks

e.g.

//get text of first part
String pT = Status.getPartText(0);





Visit www.radcpp.com for more help and updates. Documentation created using FlaX.Doc