win2keffects AnimateOnShow structure
Return to Introduction  Previous page  Next page
Applies to
acWin2kEffects and acAnimationEffect components.  

Declaration
type  
  TacWin2kAnimation = class(TPersistent)  
  published  
    property Enabled: Boolean;  
    property FlagsTacWin2kAnimationFlags// kind of animation  
    property Time: Word; // duration of animation  
  end;  
   
property AnimateOnShow: TacWin2kAnimation;  

Description
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.  

See also
AnimateOnHide property.