Creating Custom File Dialogs: ShellBrowser Delphi Components
April 15, 2021
No doubt, the VCL FileDialogs offer a multitude of configuration options that cover most standard use cases. But sometimes this might not be enough and you want to create a specialized custom dialog with a different layout, additional controls (e.g. for import/export dialogs) or different looks.
Rebuilding the dialog from scratch, including all the file system related components, will however in…