formroller AnimateSpeed property
Return to Introduction  Previous page  Next page
Applies to
acFormRoller component.  

Declaration
type  
  TacFormRollerAnimateSpeed = 0..10;  
 
property AnimateSpeed: TacFormRollerAnimateSpeed; // Default 8  

Description
AnimateSpeed determines how fast the form rolls up or down. Valid values for AnimateSpeed property are 0 (the slowest) to 10 (the fastest).  
 
tip Animation speeds are processor speed independent, i.e., an AnimateSpeed setting of 5 will cause the form to change size at the same rate on a 25 MHz 486 and a 500 MHz Pentium III.  

See also
Animate property.