Is there way to use wildcard mask in loading images from folder. I need to load jpg-images that have name like JER1201_*.jpg . I just can load all images but did not find place to put mask.
// Retrieve all JPEG images in C:\Images\ IEFolderMView1.SetFolderEx('C:\Images\', iefCustom, 'jpg,jpeg,jpe');
There is no way to filter filenames, just file extensions.
If you need to display thumbnails with files with a specific filename you probably would have to use TImageEnMView, and then write a FindFirst, Find Next function to search for file names that match a mask which you would load into a TStringList, then finally use the filtered stringlist to load the thumbnails into TImageEnMView using iexHelperFunctions to create the thumbnails.
you can achieve that by using our TThumbsBrowser component. It uses imageen internally for all loading and storing of thumbnails. Currently we are in the process of upgrading it to v. 2
Francesco Savastano Nwscomps.com Add-ons for the ImageEn Library