尝试在 Delphi 中选择标准手势时出错
我无法在 Delphi 中选择标准手势。我总是遇到同样的错误。有人知道为什么吗?
错误
读取 TGestureStreamData.Control 时出错:模块“rtl270.bpl”中地址 500C3A53 处的访问冲突。读取地址 00000008。
OK
步骤
- 创建一个新对象
- ,添加一个退出按钮
- 添加 tabcontrol 并创建一些 tabItems。
- 添加actionList并创建与tabcontrol连接的nexttab和previewstab Action。
- 添加一个手势管理器
- 我在选项卡控件中声明了手势管理器。
- 最后 我尝试检查左右标准手势,但出现上述错误。没有标准手势有效。
I can not select standard gestures in Delphi. I always get the same error. Does anybody know why?
Error
Error reading TGestureStreamData.Control: Access violation at address 500C3A53 in module 'rtl270.bpl'. Read of address 00000008.
OK
Steps
- Create a new object
- add an exit button
- Add tabcontrol and create some tabItems.
- Add actionList and create The nexttab and previewstab Action connected with the tabcontrol.
- Add an gesturemanager
- I declare the gesturemanager In the tabcontrol.
- Finally I try to check the left and Right standard Gestures but I get the above error. No standard Gesture works.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了同样的问题,唯一对我有用的是:
在Delphi中设计界面有时有点乏味
I was having the same issue, and the only thing that worked for me was:
Designing interfaces is a bit tedious sometimes in Delphi