RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.ActivateHint Method

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

Pascal
procedure ActivateHint(CursorPos: TPoint);
C++
__fastcall ActivateHint(TPoint CursorPos);

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. 

 

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