开发者

Delphi: Frame and State of ActionList - Error?

I have an Action List on a Form and a Frame (a unit of a For开发者_开发知识库m 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!!!


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


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜