I have started to research Delphi
and have created a project that
includes packages. I would like to use UMain
in one package as follows:
implementation {$R *.dfm} uses UMain in 'UMain.pas';
But I get this error:
[dcc32 Error] UIssue.pas(98): E2029 , or ; expected but IN found
Any help is appreciated.