Sorry it was the Menu button, thaht I can add an About icon in there (is it possible ?)
The menu button will show the TMainMenu object attached to the current form.
Images in menus are not currently supported, but I'll add it to my ToDo.
How do I add this function and how do I add a button there ?
Put a TMainMenu in your form.
EDIt :moreover, I think the form stretch itself to the screen of the user ? Am I right ? Just sometimes is the font not so readable.... It seems that the font is proportionnal to the button. Could you explain how the font work in a button ? thks.
Yes, the form and everything else is adjusted to fit the screen, but it is not a stretch. All elements are redrawn. However I do have seen sometimes some elements which were not updated, I need to check again if everything is being invalidated in a form rotation as it should, but I think that I already fixed this problem. Could you show a series of screenshots showing the problem?
PS : I need to add the lazarus icon, text about lazarus and credit for people who help me in this.
Make an about form and use TImage and TLabel