Delphi 操作主菜单栏 MRU
我正在尝试将 MRU 列表添加到 ActionMainMenuBar,但无法弄清楚如何执行此操作,有人可以向我指出与 ActionMainMenuBar 配合使用的 MRU 组件,或者告诉我如何执行此操作。
非常感谢。
I am trying to add an MRU list to an ActionMainMenuBar but cannot figure out how to do this, could someone please either point me to a MRU component that works with ActionMainMenuBar or perhaps tell me how to do this.
Many thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Delphi 7 及更高版本中有一个示例项目可以执行此操作。
..\Samples\Delphi\VCL\ActionBands\MRU
请参阅 SO 如何创建最近使用的文件列表in-delphi-2009
There is a sample project doing this in Delphi 7 and up.
..\Samples\Delphi\VCL\ActionBands\MRU
See this post in SO how-can-i-create-a-most-recently-used-file-list-in-delphi-2009