delphipathexploreredit-control

Is there an edit control for Delphi that allows path editing?


I have various hierarchical structures and would like to allow navigation around then using an editor like the Microsoft one found in the explorer address bar below. Is there such a Delphi component? (Paid for or free)?

enter image description here


Solution

  • TAdvExplorerTreeview from TMS might be what your looking for:

    http://www.tmssoftware.com/site/advexptree.asp

    enter image description here