RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.HintMouseMessage Method

Regulates the display of hint windows.

Pascal
procedure HintMouseMessage(Control: TControl; var Message: TMessage);
C++
__fastcall HintMouseMessage(TControl * Control, TMessage Message);

This method is called automatically when the mouse passes over a control with a Hint. Applications rarely, if ever, call HintMouseMessage directly. HintMouseMessage is used internally to manage the display of the hint windows. 

 

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