使用 Delphi 5 自动检查 TMenuItem
创建自动管理其选中属性的自定义 TMenuItem 的正确方法是什么。 请记住,一旦有人会:
myHelloItem.OnClick := helloword;
那么行为就会丢失...
在 Delphi 7 中如何实现这一点?
问候,
What is the proper way to create a custom TMenuItem which auto manage his checked property.
Remember that once someone will:
myHelloItem.OnClick := helloword;
Then the behavior is lost...
How is that accomplished in Delphi 7?
regards,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
两个选项:
Two options: