delphitframetformtactionlist

Delphi: Frame and State of ActionList - Error?


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!!!


Solution

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