Dictionary is one of the fun challenges of programming. Learn how to make a dictionary in this quick tutorial.
10 Things you did not know about Lazarus
In this useful article we see some of the less known but handy tools or features that Lazarus has
How to Create Components on Runtime
The good thing about programming is that you can do almost anything you wish. Even create components out of thin air!
Lazarus 1.4 RC3 is available and why you should test it
Lazarus 1.4 RC3 has been released. There are a lots of awaited updates and fixes. See how much Lazarus has evolved.
Everything about using 2 forms... or more!
We love forms, right? So why have only one? Why not two?! Let’s learn how to create multiple forms, manage them and use them as dialog boxes.
Find out the smallest number from two numbers
This is usually a very basic task for beginner programmers. Find out the smaller from two numbers.
Lazarus 1.2.6 (with FPC 2.6.4) Released!
Lazarus 1.2.6 has been released. It is the third version with FPC 2.6.4. It is basically a bug fix release but worth upgrading.
Find out if the Computer is Connected to the Internet
If you are doing something that depends on an internet connection, you would probably want to check if internet is available. That’s what we are going to detect today.
Create a Pong game for yourself
Everybody likes to play games. It gets even better if you play the game you made yourself.
A Simple JSON Parsing Example
Can’t get enough of JSONs? Crunch some JSON data with this simple code!