JVCL Help:TJvAnimateDirection

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Type used to determine the animation direction.

run\JvBmpAnimator.pas


Pascal

 run\JvBmpAnimator.pas
 TJvAnimateDirection = (
tdForward,
tdBack,
tdFwdBack,
tdBackFwd
);


Members

Members Description
tdForward Indicates that the images will be shown from the lowest index to the highest.
tdBack Indicates that the images will be shown from the highest index to the lowest.
tdFwdBack Indicates that the images will be shown from lowest index to the highest and back again.
tdBackFwd Indicates that the images will be shown from highest index to the lowest and back again.

run\JvBmpAnimator.pas


Description

TJvAnimateDirection is the type used to specify the animation direction in the TJvBmpAnimator component.

run\JvBmpAnimator.pas


See Also

TJvCustomBmpAnimator.Direction

run\JvBmpAnimator.pas


About

Navigation

no pages or subcategories

run\JvBmpAnimator.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page