Vcl.Forms.TApplication.HintShortPause

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HintShortPause: Integer read FHintShortPause write FHintShortPause;

C++

__property int HintShortPause = {read=FHintShortPause, write=FHintShortPause, nodefault};

Properties

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

Description

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

Use HintShortPause to reduce the flicker when moving the mouse quickly over a set of buttons that all have Help Hints on. Specify a HintShortPause value in milliseconds. The default value is 50 milliseconds, which is set in the constructor.

See Also