RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFileOpen.OnHint Event

Occurs when the mouse pauses over a client control or menu item.

Pascal
property OnHint: THintEvent;
C++
__property THintEvent OnHint;

Use OnHint to override the default hint that appears when the user pauses the mouse over a client control or menu item. The OnHint event handler can change the hint that appears (by changing the HintStr parameter), or display the hint in some application-specific way. 

 

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