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
TdxAlertWindowFullAnimationSee Also