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

TcxHintStyle.AnimationDelay Property

Specifies the speed of animating hints.

Declaration

property AnimationDelay: TcxHintAnimationDelay read; write; default 100;

Property Value

Type Default
TcxHintAnimationDelay 100

Remarks

The TcxHintStyleController component lets you animate hints by setting the Animate property to an appropriate value. The speed of animation is controlled by the AnimationDelay property. This property specifies the time interval in milliseconds taken to display the hint fully. Thus, setting the AnimationDelay to a greater value makes the animation slower and vice versa.

Note

Setting the AnimationDelay property to 1 is equivalent to disabling animation (the same as setting the Animate property value to cxhaNone). Setting the property to 0 is equivalent to setting it to 100.

The default value of the AnimationDelay property is 100.

See Also