Vcl.Forms.TApplication.HintHidePause

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HintHidePause: Integer read FHintHidePause write FHintHidePause;

C++

__property int HintHidePause = {read=FHintHidePause, write=FHintHidePause, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

Description

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

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

Note: The default HintHidePause value is several times longer than HintPause.

See Also