Talk:Lazarus Tutorial/fr

From Free Pascal wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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;