JVCL Help:TJvAnimateDirection
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAnimateDirection type
Search in JVCL Help
Search in all projectsSummary
Type used to determine the animation direction.
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. |
Description
TJvAnimateDirection is the type used to specify the animation direction in the TJvBmpAnimator component.
See Also
TJvCustomBmpAnimator.Direction
About
no pages or subcategories
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