RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THintWindow.IsHintMsg Method

Determines whether an application message requires hiding the hint window.

Pascal
function IsHintMsg(var Msg: TMsg): Boolean; virtual;
C++
virtual __fastcall Boolean IsHintMsg(TMsg Msg);

Call IsHintMsg to determine whether the message specified by the Msg parameter requires hiding the hint window. Upon seeing a mouse, keyboard, command, or activation message, IsHintMsg returns true. The global Application object calls IsHintMsg to check messages while the hint window is on the screen, and hides the window if IsHintMsg returns true. 

 

application

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!