Is it possible to filter on parts of the file name and not just the file extension when using the TImageEnFolderMView component?
For instance I have files that have a 'YYYY-MMM.png' format as a file name, and want to display only files for a certain year using a mask like '2013*.png'.
I am sure it should be, but couldn't find anything after a quick look through the help files.
I do realise that I could do this by scanning the folder and filling a TImageEnMView manually, but this would defeat the purpose of this component which is so easy to use by just pointing it at a folder.
I, too, would like this feature. Whether it's an event or a FileMask property. A FileMask property would work quicker. And I suppose whatever gets through the mask would have the event fire for the programmer to see if it really should be shown.