JVCL Help:TJvImgBtn.ImageVisible
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvImgBtn.ImageVisible Property
Search in JVCL Help
Search in all projectsSummary
Specifies if an image is shown in the control.
Pascal
propertyImageVisible: Boolean;
Description
Use ImageVisible to quickly turn on and off the display of the image in the control without having to change any image related settings. To display an image, you must first set up the Images and ImageIndex properties. To animate the image, you must also set up the AnimateInterval and AnimateFrames properties as well as set Animate to true.
See Also
TJvCustomImageButton.Animate, TJvCustomImageButton.AnimateFrames, 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