TacWin2kAnimationFlags type
Return to Introduction 
type
  TacWin2kAnimationFlags = set of (afHorPositive, afHorNegative, afVerPositive, afVerNegative, afCenter, afSlide, afBlend);

ValueDescription     
afHorPositiveAnimates the window from left to right. This flag can be used with roll or slide animation. It is ignored when used with afCenter or afBlend flags.  
afHorNegativeAnimates the window from right to left. This flag can be used with roll or slide animation. It is ignored when used with afCenter or afBlend flags.  
afVerPositiveAnimates the window from top to bottom. This flag can be used with roll or slide animation. It is ignored when used with afCenter or afBlend flags.  
afVerNegativeAnimates the window from bottom to top. This flag can be used with roll or slide animation. It is ignored when used with afCenter or afBlend flags.  
afCenterMakes the window appear to collapse inward when form is hiding or expand outward if form is showing.  
afSlideUses slide animation. By default, roll animation is used. This flag is ignored when used with afCenter.  
afBlendUses a fade effect. This flag works in Win2000 or later (does not works in Win95/98/NT4!) and can be used only if you animating a top-level window.  

See also
acWin2kEffects component;  
acAnimateWindow procedure.