JVCL Help:TJvImgBtn.AnimateFrames
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvImgBtn.AnimateFrames Property
Search in JVCL Help
Search in all projectsSummary
Specifies how many images are animated when Animate is True.
Pascal
propertyAnimateFrames: Integer;
Description
Use AnimateFrames to specify how many images in the imagelist are displayed before restarting the animation. The animation always starts at the image indicated by the ImageIndex property. For example, if ImageIndex is set to 0 and AnimateFrames is set to 3, the images with index 0, 1 and 3 are animated.
See Also
TJvCustomImageButton.Animate, TJvCustomImageButton.AnimateInterval, TJvCustomImageButton.ImageIndex, TJvCustomImageButton.Images
About
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