Is there an existing component available which works as the folder edit in BeyondCompare, where you enter the beginning of the path and it presents the next level folders in a drop-down?

Comments

  1. TjvFilenameedit / TjvDirectoryedit from the JVCL have been doing that for years. Also, in my dzlib there is a helper function that adds this functionality to any TEdit.

    https://sourceforge.net/p/dzlib/code/HEAD/tree/dzlib/trunk/src/u_dzVclUtils.pas#l352

    It does not filter for directories though. Any file name will be in the drop down.

    ReplyDelete
  2. stackoverflow.com - Auto append/complete from text file to an edit box delphi

    Setting Ken's component to ACSource =acsShell works the same way as my helper function and may be more flexible.

    ReplyDelete

Post a Comment