RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.HintShortPause Property

Specifies the time period to wait before bringing up a hint if another hint has already been shown.

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

Use HintShortPause to reduce the flicker when moving the mouse quickly over a set of buttons that all have help hints on. Specify a value in milliseconds that is different from the default value of 50 ms that is set in the constructor. 

 

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