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
1 year 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
1 year 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
1 year 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
1 year 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
1 year 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
1 year 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
Welcome to LearnDelphi.tv
A useful trick is to inspect a string in the debugger and then paste it directly back into your code. This can come in handy – want to learn more? Then watch here. … Read more
2 years ago in Movie0
Welcome to LearnDelphi.tv
Class constructors can be a powerful tool, but they may not always behave as you expect – as I found out in this video. … Read more
2 years ago in Movie0
Welcome to LearnDelphi.tv
It’s a very easy mistake to forget to escape the ampersand character on labels and menus. Here is how to fix it. … Read more
2 years ago in Movie0
Welcome to LearnDelphi.tv
A small enhancement is the improved icons in the Delphi code editor that look much nice when running with High DPI. Although this video was only recorded at 100%. … Read more
2 years ago in Movie0
Welcome to LearnDelphi.tv
A feature I’ve always liked from cnPack is now available in Delphi 11.3. That’s highlighting the same word under the cursor in the Editor. Watch it on YouTube. … Read more
2 years ago in Movie0
Welcome to LearnDelphi.tv
A new feature in Delphi 11.3 is the ability to show your executable in Windows Explorer by right-clicking on a build configuration. See how it works here. … Read more
2 years ago in Movie0
Welcome to LearnDelphi.tv
It can occasionally be the case that the Toolbars in the Delphi IDE become broken. You can fix them using the registry editor. And you can also customise them for better productivity. Find out all… … Read more
2 years ago in Movie0
Welcome to LearnDelphi.tv
Rather than change the build configuration for each project in a project group, why not change them all at once? Watch here. … Read more
2 years ago in Movie0