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 |
---|---|
awa |
Inherited from Tdx |
awa |
Inherited from Tdx |
awa |
Inherited from Tdx |
awa |
Inherited from Tdx |
#Remarks
Options include:
Value | Description |
---|---|
awa |
No animation. |
awa |
Slide animation. |
awa |
Fade animation. |
awa |
Move animation. |