Vcl.Forms.TApplication.ActivateHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ActivateHint(CursorPos: TPoint);

C++

void __fastcall ActivateHint(const System::Types::TPoint &CursorPos);

Properties

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

Description

Displays a hint window for the control at a specified position.

ActivateHint locates the control or menu item at the position specified by CursorPos, where CursorPos represents a screen coordinates in pixels. After locating the control, ActivateHint displays the control's Hint in a hint window.

See Also