Talk:Lazarus Tutorial/fr

From Free Pascal wiki
Jump to navigationJump to search
this don't work for me (laz 2.06, FPC 3.04):

You can also explicitly change the properties of the object in code by typing (in the appropriate Implementation section of the Source editor), for example
Form1.Button1.Height := 48;
If you type this new value into the Source Editor and then look back at the Form Designer, you will see that the button on the Form has taken the new size. The new value will also be shown in the Object Inspector.

perharps it would be better to replace with that :

You can also explicitly change the properties of the object in code by typing, for example :
Form1.Button1.Height := 48;