Vcl.Forms.TApplication.HintPause

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HintPause: Integer read FHintPause write FHintPause;

C++

__property int HintPause = {read=FHintPause, write=FHintPause, nodefault};

Properties

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

Description

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.

Use HintPause to change the default pause time of 500 milliseconds (or 1/2second) 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.

See Also