![]() |
![]() ![]() ![]() |
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 AnimateOnShow: TacWin2kAnimation;
|
The AnimateOnShow structure controls the behaviors of the Win2k-based animation effect which will be shown when the form is about to appear on the screen.
|
AnimateOnHide property.
|