|
RAD Studio VCL Reference
|
Determines whether an application message requires hiding the hint window.
function IsHintMsg(var Msg: TMsg): Boolean; virtual;
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.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|