Of course not, you set MODAL Results.
No such property exists for TOpenDialog.
If you want to change the settings of the dialog while it is running, the dialog must have some mechanisme to so so.
For instance TTaskDialog handles messages sent to the dialog (both native Windows and emulated LCL implementation handle this).
I cannot see that IFileDialog has such a mechanism.
Closing and Reopening the dialog would cause flickering on the screen, but also since you normally would do
What would happen if you force the dialog to be closed?
I would expect that at this point Execute finishes.
Bart