RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.CancelHint Method

Cancels the display of a hint for a control.

Pascal
procedure CancelHint;
C++
__fastcall CancelHint();

Applications rarely, if ever, call CancelHint directly. CancelHint is used internally to cancel the display of hints at appropriate times, such as when a window is not valid or when the application closes. CancelHint calls a series of routines that clean up the display and timing issues of the hint window for a control. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!