Delphi 2009 Actionmanager 默认图像列表
我刚刚开始一个新项目,第一次使用Delphi 2009 Actionmanager 组件。 Actionmanager 有一个标准操作列表,它为我提供了诸如文件打开/保存之类的操作,无需任何编码 - 很棒的东西。是否有一个标准的 ImageList 来配合此操作,并为 ActionManager 填充的默认 ImageIndex 提供正确的图像?
I have just started a new project, and I am using the Delphi 2009 Actionmanager component for the first time.
The Actionmanager has a list of standard actions, which gives me actions such as File open / save without any coding - great stuff. Is there a standard ImageList to go with this, with the correct images for the default ImageIndex populated by the ActionManager?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果在填写标准操作之前将 ActionManager 与 TImageList 连接,那么 Delphi 会自动将这些操作的图标复制到附加的 ImageList 中(使用 Delphi 2010 进行测试)。
If you connect your ActionManager with an TImageList before you fill in the standard actions then delphi copies the icons of these actions automatically in the attached ImageList (tested with Delphi 2010).