Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Getting Started with Lazarus IDE

You're reading from  Getting Started with Lazarus IDE

Product type Book
Published in Feb 2013
Publisher Packt
ISBN-13 9781782163404
Pages 116 pages
Edition 1st Edition
Languages
Author (1):
Roderick Person Roderick Person
Profile icon Roderick Person

Summary


In this chapter, we built a console version of the traditional Hello World application using the new application wizard of Lazarus. We examined the auto-generated source code that is created when using the wizard. We learned about the different sections of the source code, such as the uses clause, which listed the other units that are referenced. We also walked through the type section (where classes are declared) and the implementation section (where declared classes and methods are actually written). We, finally, learned how to compile and run the application by using the keyboard shortcut or using the main menu.

Also, we created a GUI version of the Hello World application and learned how to add components to a form. We learned that components added to a form are published properties of the form they are added to. We learned the keyword override and what that does to a method.

We expanded the GUI version of the application to learn about the debugging functions of Lazarus. We discovered...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}