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
1 year 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
1 year 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
1 year 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
1 year 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
1 year 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
2 years 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
2 years ago in Movie0
Welcome to LearnDelphi.tv
What are interposer classes, and when can you use them? In this video, we do some name-space hackery to introduce behaviour to controls on a form without having to write a whole new component. Watch… … Read more
2 years ago in Movie0
Welcome to LearnDelphi.tv
Accelerator Keys are a handy feature that lets you use the keyboard to quickly access a specific control on the screen. By adding an ampersand (&) before a letter in the caption of a label,… … Read more
2 years ago in Movie0
Welcome to LearnDelphi.tv
I rarely have physical copies of programming books, but here are three Delphi books that I have. Watch on YouTube Delph High Performance 2nd Edition on Amazon or Packt. Code Faster in Delphi in Korean Code… … Read more
2 years ago in Movie0
Welcome to LearnDelphi.tv
The GExperts plug-in for the Delphi IDE has many productivity enhancers. Here we look at two that will help you find components on a form and manage your uses clauses. … Read more
2 years ago in Movie0
Welcome to LearnDelphi.tv
Obviously, DataSets, DataSources, Queries, Tables, Providers and DB Connections can go into a Datamodule, but what else should go in? Watch to find out. … Read more
2 years ago in Movie0
Welcome to LearnDelphi.tv
Should the TDataSource go on a Form or in a DataModule? In this video, Alister attempts to answer this troubling question. Get the new book: https://learndelphi.tv/codebetter … Read more
2 years ago in Movie0
Welcome to LearnDelphi.tv
In this video, we will look at a technique for dependency inversion using anonymous methods. It’s a bit of a hack but easy to retrofit to existing applications. We will also do some more traditional… … Read more
2 years ago in Movie0