Auto Completion in Lazarus

I have found these days a new auto-completion feature that already exist in Lazarus, it is variables auto-completion. Previously I was only using procedure header / method auto-completion, by typing method header inside class definition part then clicking Ctrl-Shift-C to get implementation part of the procedure/method. Now someone in Lazarus forum told us that auto…

Lazarus, the complete guide book

  I’ve purchased Lazarus the complete guide book, and I’ve received it yesterday. It is a very good book, full of information, and it is suitable for new and experienced programmers as well. It can be used as a reference for Free Pascal compiler and Lazarus IDE. I encourage every programmer who want to be…

How to decrease executable size in Lazarus

To decrease executable size in FreePascal/Lazarus go to Project menu/Project Options and do the following in Compliation and Linking Check the following (Red Underlined) In Debuggin section of Complier options do the following: Uncheck Generate debuggin info for GDB Check Strip symbols from executables  

What is the best IDE for Free Pascal

Lazarus is the best IDE to develope professional Free Pascal applications. It is cross plateform, you can write your applications in your favorate OS like Linux, Windows or Mac, and then recompile your source application on targe operating system to generate native executable for specific plateforms. Lazarus is a free and open source IDE. Lazarus official…