Vcl.Controls.THintWindow.IsHintMsg

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsHintMsg(var Msg: TMsg): Boolean; virtual;

C++

virtual bool __fastcall IsHintMsg(tagMSG &Msg);

Properties

Type Visibility Source Unit Parent
function public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls THintWindow

Description

Determines whether an application message requires hiding the hint window.

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.

See Also