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

TdxAlertWindowAnimation Subrange Type

Enumerates the animation effects available to show or hide an alert window.

Declaration

TdxAlertWindowFullAnimation = (awaNone, awaSlide, awaFade, awaMove, awaResize);
TdxAlertWindowAnimation = awaNone..awaMove;

Members

Name Description
awaFade Inherited from TdxAlertWindowFullAnimation.
awaMove Inherited from TdxAlertWindowFullAnimation.
awaNone Inherited from TdxAlertWindowFullAnimation.
awaSlide Inherited from TdxAlertWindowFullAnimation.

Remarks

Options include:

Value Description
awaNone No animation.
awaSlide Slide animation.
awaFade Fade animation.
awaMove Move animation.

Base Type

TdxAlertWindowFullAnimation
See Also