Vcl.Forms.TApplication.HintMouseMessage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HintMouseMessage(Control: TControl; var Message: TMessage);

C++

void __fastcall HintMouseMessage(Vcl::Controls::TControl* Control, Winapi::Messages::TMessage &Message);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

Description

Regulates the display of hint windows.

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.

See Also