Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxAlertWindowAnimation Subrange Type

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

#Declaration

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

#Members
Show Inherited Hide Inherited

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