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

Use the TMessageBar::SetHintText function to set the menu or command item hint text to be displayed in a raised field over a message bar:

virtual void SetHintText(const char* text);

If you pass text as 0, the hint text is cleared.

See Also