OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
Setting Message Bar Text

Use the TMessageBar::SetText function to set the text for a message bar text gadget:

void SetText(const char* text);

This function causes the string text to be displayed in the message bar.

See Also