JVCL Help:TJvPictureItem.FileName
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvPictureItem.FileName Property
[+] TJvPictureItem Methods
[+] TJvPictureItem Properties
Search in JVCL Help
Search in all projectsSummary
Specifies the file name of the file on disk the item is displaying.
Pascal
propertyFileName: WideString;
Description
Use Filename to set the file on disk the item should be displaying. When changing Filename, the item is not updated directly. Instead, Picture is set to nil and the next time the TJvImagesViewer control requests the image, it is loaded from disk. This means that an item that is never displayed, will not be loaded at all.
See Also
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