JVCL Help:TJvNavPaneBackgroundImage.Picture

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the image that appears on the control.


Pascal

 propertyPicture: TPicture;


Description

Use Picture to specify the image to display. Picture is a reference to a TPicture object. Use properties and methods of TPicture to specify a bitmap, icon, metafile, or user-defined graphic to be displayed by the image control. Setting Picture at design time brings up the Picture Editor, which can be used to specify the file that contains the image.


See Also

TJvNavPaneBackgroundImage.Proportional


About

Notes

If you specify a nonstandard image format at design time (like jpeg, pcx, gif etc), don't forget to add the relevant unit to the form's uses clause (like JvGIF or jpeg). If you forget, the image will not be visible at run-time.


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