win2keffects AnimateOnHide 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 AnimateOnHide: TacWin2kAnimation;  

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

See also
AnimateOnShow property.