Our application works with a number different file types that all the same extension. When the user invokes Import, I want to present the user with only the files that can be imported (they could be one of 3 types that all have the same extension.)
Can I iterate through the current folder and add only the importable files into the TOpendialog file display area?
This used to be part of I think it was raize extended shell views etc because I think you’ll need to make your own dialog unless you can see an event in the open dialog for filtering. Maybe check the open dialogs from jvcl and raize also