Hello,
I am a former Delphi user, rather a hobbyist, who a few months ago decided to switch to FP and Lazarus.
I have started a project with a very simple form: a button, a menu with a dialog to search and load a file, a list, a text box...
But I want to add a unit written for Delfhi and that worked in that environment. In Delphi 7 there is/was in the toolbar a button to add a unit, even if it was in another folder, and another button to remove a unit already integrated into the project. I have not been able to find those buttons or commands in the Lazarus IDE.
I've looked on Google and found that, to add a unit, I have to place that unit in the project folder, open it from there with Lazarus, and from the Code Editor add it to the project.
This is so? It seems like a slightly strange and more uncomfortable procedure than Delphi.
So I hope someone can advise me and help a newbie.
Thank you a thousand.