Welcome to LearnDelphi.tv
Newly added in Delphi 11 to TCustomComboBox are the AutoDropDownWidth and DropDownWidth properties. These are super helpful if you want to have long items visible in the drop-down window. Watch this to see them in… … Read more
3 years ago in Movie0
Welcome to LearnDelphi.tv
In Delphi 11 we have some additional properties on TCustomGroupBox, they are DefaultHeaderFont, HeaderFont, and ShowFrame. Find out how they work here. … Read more
3 years ago in Movie0
Welcome to LearnDelphi.tv
The loading time of the options screens for both the Tools and Options menu has been greatly improved. Check out by how much. … Read more
3 years ago in Movie0
Welcome to LearnDelphi.tv
New in Delphi 11 is the EditMargins property on TCustomMemo. You will find this on TRichText and TCustomMemo (as well as their data-aware cousins). This allows you to define the left and right margins within… … Read more
3 years ago in Movie0
Welcome to LearnDelphi.tv
New in Delphi 11 is the design-time previews of VCL styles. This is going to make it much easier to take advantage of styles within your applications and customise them on a per-control basis. Learn… … Read more
3 years ago in Movie0
Welcome to LearnDelphi.tv
Delphi 11 adds some fantastic additions to TRichEdit (and TDBRichEdit), including URL detection and spell checking. Learn how they work in this video. … Read more
3 years ago in Movie0
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. … Read more
3 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. … Read more
3 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. … Read more
3 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… … Read more
3 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. … Read more
3 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. … Read more
3 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. … Read more
3 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. … Read more
3 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… … Read more
3 years ago in Movie0