RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.HintPause Property

Specifies the time interval that passes before the control's Help Hint appears when the user places the mouse pointer on a control or menu item.

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

Use HintPause to change the default pause time of 500 ms or 1/2 second that is set in the constructor. When assigning a value to HintPause, specify the interval in milliseconds. The Help Hint displayed at the end of the pause is specified in the Hint property. 

 

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