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

邮差的信 提交于 2019-11-30 05:12:51

TAdvExplorerTreeview from TMS might be what your looking for:

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

Linas

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

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:

The source code is published here

Here are some images:

Style := bbsClassic

Style := bbsFlat

Style := bbsHeader

Style := bbsThemed

Style := bbsCommand

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!