Is there an edit control for Delphi that allows pa

2019-02-05 01:05发布

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

4条回答
啃猪蹄的小仙女
2楼-- · 2019-02-05 01:19

Not sure about anything exactly like that but the BergSoft Next Collection includes a path control similar to that (useful for breadcrumb trails and the like)

http://www.bergsoft.net/component/next-collection/overview.htm

It's free providing you don't want access to the source. Source is pretty cheap though and it's a one off cost that'll get you all future updates.

查看更多
够拽才男人
3楼-- · 2019-02-05 01:20

I have spent the morning writing such a control. Actually, I wrote a very generic, completely virtual base control, from which I later derived a directory browser control:

Hierarchy of breadcrumb controls http://privat.rejbrand.se/breadcrumbs.png

The source code is published here

Here are some images:

Style := bbsClassic

Screenshot http://privat.rejbrand.se/breadcr5.png Screenshot http://privat.rejbrand.se/breadcr6.png

Style := bbsFlat

Screenshot http://privat.rejbrand.se/breadcr7.png

Style := bbsHeader

Screenshot http://privat.rejbrand.se/breadcr1.png Screenshot http://privat.rejbrand.se/breadcr2.png

Style := bbsThemed

Screenshot http://privat.rejbrand.se/breadcr3.png

Style := bbsCommand

Screenshot http://privat.rejbrand.se/breadcr4.png

查看更多
祖国的老花朵
4楼-- · 2019-02-05 01:39

TAdvExplorerTreeview from TMS might be what your looking for:

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

enter image description here

查看更多
【Aperson】
5楼-- · 2019-02-05 01:43

Haven't tried by myself but Roy Klever's PathViewer component looks quite interesting.

enter image description here

查看更多
登录 后发表回答