First tutorial on Lazarus

May 18, 2008

Lazarus is a superb programming tool right now, created based on Free Pascal, this software seems to be already battle proven. There are many commercial softwares created by lazarus.

I will show the first tutorial for Lazarus. First enter a button into Form1. Click 2X on the button so you’ll enter the coding window. Enter this code.

procedure TForm1.Button1Click(Sender: TObject);
begin
showmessage(’Hellow’);
end;

Execute the program, click the button:

lazarus hello world, lazarus message box, delphi message box, how to create message box on delphi, how to create message box on Lazarus

Although lazarus is great, but it has no syntax autocomplete (intellisense) yet. But i bet this great tool will be great in the future..


Comments »

The URI to TrackBack this entry is: http://priyooh.blogsome.com/2008/05/18/first-tutorial-on-lazarus/trackback/

No comments yet.

RSS feed for comments on this post.

Leave a comment

Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>



Anti-spam measure: please retype the above text into the box provided.