TPSScript using the "OnProcessDirective" which has an "Active" parameter does not compile with TForms cause of duplicate "Active"
- Lazarus/FPC Version: <__> (Copy from Menu -> Help -> About Lazarus -> Button "Copy version information to clipboard")
- Operating System: <__>
- CPU / Bitness: <__> (64 or 32 Bit?)
What happens
<It Fails to compile because having Forms in the USES list reports a duplicated "ACTIVE" identifier.>
What did you expect
<Obviously not this !>
Steps to reproduce
<Drop a TPSScript on the form and implement the OnProcessDirective, put a beep in etc, and then try to compile This most likely also fails with other events that has the ACTIVE tag in it, too>