Delphi:ActionList 的框架和状态 - 错误?

发布于 2024-11-19 02:00:08 字数 191 浏览 2 评论 0原文

我在表单和框架上有一个操作列表(表单的一个单元在框架中实现)。

我在框架中设置了 Form2.General.State:=asSuspished,但出现错误:未声明的标识符:'asSuspished'。

该代码在窗体中正常工作,但在框架中却不能。

为什么?

谢谢!!!

I have an Action List on a Form and a Frame (a unit of a Form is impelemented in the Frame).

I set Form2.General.State:=asSuspended in the Frame, and I have an error: Undeclared identifier: 'asSuspended'.

The code works normally in the Form, but not in the Frame.

Why?

Thanks!!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

水晶透心 2024-11-26 02:00:08

看来您只需将 ActnList 添加到出现错误的单元的 uses 子句中即可。

It seems like you just have to add ActnList to the uses clause of the unit in which the error appears.

如梦亦如幻 2024-11-26 02:00:08

将定义 asSuspished 的单元添加到帧单元的 use 子句中。

Add the unit in which asSuspended is defined to the uses clause of the frame unit.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文