Form editor of Lazarus (Free Pascal). How to create application user interfaces.

Опубликовано: 23 Май 2026
на канале: Multi platform programming (Mobiles and Desktops)
153
7

Lazarus' form editor is the first element of the IDE what you need to use, when you want to create an application. Setting up your user interface is one the key thing.

In this tutorial you can learn the basics of editing your form, adding elements, linking them together and using anchors to place the elements correctly, when a form is resized. Tab order is the second thing which you need to control when elements are placed on the form and the user is circling through the elements with the TAB key.

Once these are setup, you can put the code behind the scene.

If you have liked the tutorial, do not forget to SUBSCRIBE for my next ones!