RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.HintHidePause Property

Specifies the time interval to wait before hiding the Help Hint if the mouse has not moved from the control or menu item.

Pascal
property HintHidePause: Integer;
C++
__property int HintHidePause;

Use HintHidePause to specify a wait time in milliseconds, which is different from the default value of 2500 ms or 2 1/2 seconds that is set in the constructor. The Help Hint for the control or menu item is specified in the Hint property.

Note: The default is a predefined constant value that is several times longer than HintPause.
 

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