RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomStatusBar.DoHint Method

Generates an OnHint event.

Pascal
function DoHint: Boolean; virtual;
C++
virtual __fastcall Boolean DoHint();

DoHint is called automatically when the value of AutoHint is true and the status bar receives notification that it should display a hint. 

If there is an OnHint event handler, DoHint calls the event handler and returns true. If no OnHint event handler is assigned, DoHint returns false. 

 

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