Welcome to LearnDelphi.tv
This video got a bit out of hand, but what I wanted to demonstrate was using an interface to hide an implementation and prevent unwanted dependencies from sneaking into our code. The example uses logging,… … Read more
4 months ago in Movie0
Welcome to LearnDelphi.tv
In this video, we look at using some of the predefined anonymous method types in Delphi – in particular, TProc<string> and why it might be a good idea to create some of your own. … Read more
4 months ago in Movie0
Welcome to LearnDelphi.tv
In this video, I did some experiments to see how I could improve the rendering performance of controls in the VCL when changing the layout of a form. … Read more
4 months ago in Movie0
Welcome to LearnDelphi.tv
This guide unlocks the power of efficient logging in Delphi applications. Discover how to swiftly integrate QuickLogger using GetIt for seamless file and Syslog logging. We don’t stop there; we’ll also show you how to… … Read more
4 months ago in Movie0
Welcome to LearnDelphi.tv
Building database applications is easy in Delphi. Here, in this video we will build an application to talk to an SQLite database, which we will create with the same application. … Read more
6 months ago in Movie0
Welcome to LearnDelphi.tv
Building a DataSnap server in Delphi is easy—it requires just a few clicks. Creating the client is just as simple. Let’s build an application that very inefficiently reverses a string, watch it here. See you… … Read more
7 months ago in Movie0
Welcome to LearnDelphi.tv
Regular Expressions (regex) are like a Swiss Army knife for text manipulation. They allow you to perform complex pattern matching and transformations with just a few characters. You can wield this powerful tool in the… … Read more
7 months ago in Movie0
Welcome to LearnDelphi.tv
Ever wondered how simple it is to replicate Notepad using Delphi? In this video, we’ll create a Notepad clone from the ground up, leveraging Delphi’s numerous low-code features. This video, tucked away in the LearnDelphi.tv… … Read more
7 months ago in Movie0
Welcome to LearnDelphi.tv
Today, we look at modifying your uses clauses to reduce the memory required to build your applications. This can be important if you use an older version of Delphi, such as XE8, which has limited… … Read more
7 months ago in Movie0
Welcome to LearnDelphi.tv
Comparing component properties can be tricky. Watch this video for a couple of techniques that make it easy. … Read more
10 months ago in Movie0
Welcome to LearnDelphi.tv
WebP images are a lossy image compression format similar to jpg, only better. Watch this video to find out how to use them and other ways to improve image loading performance in Delphi. … Read more
10 months ago in Movie0
Welcome to LearnDelphi.tv
There are lots of new features in Delphi 12, but here is a small, but helpful, improvement. That would be the enhanced TStrings property editor. Watch on YouTube. … Read more
12 months ago in Movie0
Welcome to LearnDelphi.tv
Delphi 12 now supports long-string literals. Just how long is long? Watch and find out. Again, this is a highly useful enhancement to Delphi. … Read more
1 year ago in Movie0
Welcome to LearnDelphi.tv
Multi-line strings are a fantastic new addition to the Delphi language and have some interesting features that make them particularly useful. Find out about them in this video. … Read more
1 year ago in Movie0