JVCL Help:TJvImagesViewer.Directory
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvImagesViewer.Directory Property
[+] TJvImagesViewer Events
[+] TJvImagesViewer Methods
[+] TJvImagesViewer Properties
Search in JVCL Help
Search in all projectsSummary
Specifies the directory to search for files.
Pascal
propertyDirectory: WideString;
Description
Use the Directory property to specify the directory to search for image files. Directory in combination with FileMask defines the file types to find.
If you set Directory to an empty string, it will be expanded to the current directory (as returned by GetCurrentDir).
See Also
TJvImagesViewer.FileMask, TJvImagesViewer.LoadImages
About
Notes
Changing Directory triggers the LoadImages method.
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