Skip to main content
A newer version of this page is available. .

TcxCustomHintStyleController.HintPause Property

Specifies the time interval before the hint is displayed.

Declaration

property HintPause: Integer read; write; default 500;

Property Value

Type Default
Integer 500

Remarks

The HintPause property specifies the interval, in milliseconds, between the time when the mouse pointer enters the control’s area and when the hint is displayed. If you need hints to be displayed immediately, set this property to 0.

Note that if the mouse pointer leaves the control’s area before this time has elapsed, the hint is not displayed at all.

When you assign a value to the HintPause property, it is actually passed to the application’s HintPause property.

The default value of the HintPause property is 500.

See Also