Hi, in der
OH steht :
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.
Class
TApplication
Syntax
[Delphi] property HintPause: Integer read FHintPause write FHintPause;
Description
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.
Related Information
TApplication.HintHidePause
TApplication.Hint
TApplication.HintShortPause