Recent

Author Topic: TSelectDirectoryDialog: show files in folders  (Read 406 times)

SymbolicFrank

  • Hero Member
  • *****
  • Posts: 1313
TSelectDirectoryDialog: show files in folders
« on: September 28, 2022, 01:25:11 pm »
Is it possible to have the TSelectDirectoryDialog show the files in the folders? I want the users to select the folder that holds specific files, so it would be much easier if they can see them.

PascalDragon

  • Hero Member
  • *****
  • Posts: 5469
  • Compiler Developer
Re: TSelectDirectoryDialog: show files in folders
« Reply #1 on: September 28, 2022, 01:37:43 pm »
No, because - at least on Windows - it's either “select files” or “select folders” and in the later case the dialog will simply not show files.

Bart

  • Hero Member
  • *****
  • Posts: 5288
    • Bart en Mariska's Webstek
Re: TSelectDirectoryDialog: show files in folders
« Reply #2 on: September 28, 2022, 03:30:14 pm »
You migt use a TShellTreeView instead. You can specify in one of it's options to alslo show files in the tree.

Bart

 

TinyPortal © 2005-2018