|
|
|
| acWin2kEffects and acAnimationEffect components.
|
| type
|
| TacWin2kAnimation = class(TPersistent)
|
| published
|
| property Enabled: Boolean;
|
| property Flags: TacWin2kAnimationFlags; // kind of animation
|
| property Time: Word; // duration of animation
|
| end;
|
|
|
| property AnimateOnHide: TacWin2kAnimation;
|
| The AnimateOnHide structure controls the behaviors of the Win2k-based animation effect which will be shown when the form is about to disappear from the screen.
|
| AnimateOnShow property.
|