Welcome to LearnDelphi.tv
In this video, we see how Delphi 11 adds a new VCL control, TDBLabeledEdit. This could make arranging data-aware input forms easier. – Details…
2 years ago in Movie0
Welcome to LearnDelphi.tv
New to Delphi 11 are form designer guidelines for FireMonkey. They have some interesting differences from the VCL guidelines that you should probably be aware of – find all about them in this video. – Details…
2 years ago in Movie0
Welcome to LearnDelphi.tv
Delphi 11 adds support for having binary constants in our code, and a new digit separator character – both are going to be super handy. Find out how they work in this video. – Details…
2 years ago in Movie0
Welcome to LearnDelphi.tv
In this video, we see Delphi 11 adds 64bit zip support to your applications. We can now compress files bigger than 4GB, and have zip files larger than 4GB. Fantastic! Plus, there are some additional… – Details…
2 years ago in Movie0
Welcome to LearnDelphi.tv
In this video, we look at the new default font in Delphi 11, Consolas. Additionally, the Delphi installer gives us a bunch of extra great coding fonts. – Details…
2 years ago in Movie0
Welcome to LearnDelphi.tv
The welcome screen in Delphi 11 has been enhanced, it’s now based around VCL controls, and can be customised! Find out how here. – Details…
2 years ago in Movie0
Welcome to LearnDelphi.tv
New in Delphi 11 is the record helper for TDateTime in the System.DateUtils unit. This delightful addition to Delphi can make date and time operations look much cleaner in your code. Watch the video. – Details…
2 years ago in Movie0
Welcome to LearnDelphi.tv
In Delphi 10.4 (and perhaps earlier) TStringDynArray has better type assignment capabilities, allowing for more concise code. In this video, I demonstrate loading a ListBox with a directory listing in a single line of code. – Details…
2 years ago in Movie0
Welcome to LearnDelphi.tv
TZipFile allows you to handle zip files in Delphi without relying on a third party library – it’s pretty good, but I’ve found a bug in it. In this video, I explain the bug, create… – Details…
2 years ago in Movie0
Welcome to LearnDelphi.tv
Cleaning up your uses clauses, removing any redundant units, and moving units from the interface to implementation can improve your compile times and the performance of the Delphi IDE, particularly for versions before 10.4. Watch… – Details…
2 years ago in Movie0
Welcome to LearnDelphi.tv
Managed records are a fantastic addition to the Delphi language, they were introduced in Delphi 10.4. In this video, we look at creating and assigning managed records. – Details…
2 years ago in Movie0
Welcome to LearnDelphi.tv
Did you know you can mask input on InputQuery? I didn’t until recently – and it is a very cool feature (if not very obscure). Find out how to do it in this video. – Details…
2 years ago in Movie0
Welcome to LearnDelphi.tv
The new(ish) TVirtualImageList and TImageCollection components are a fantastic way of helping your VCL applications scale correctly between different DPI and scaling settings in Windows. Find out how to use them in this video. – Details…
2 years ago in Movie0
Welcome to LearnDelphi.tv
CnPack is a fantastic productivity tool for Delphi, in this video, we take a quick look at one of its many features called Eval Swap. – Details…
2 years ago in Movie0
Welcome to LearnDelphi.tv
TControlList is a great addition to Delphi 10.4.2, we’ve had a few looks at its usage already, but this time we look at it in a real-world application, and what I’ve had to do to… – Details…
2 years ago in Movie0