Welcome to LearnDelphi.tv
There are many kinds of arrays in Delphi and they all behave slightly differently. This video focuses on passing arrays as parameters but also talks about type compatibility. Some of the array types we will… … Read more
3 years ago in Movie0
Welcome to LearnDelphi.tv
Delphi 10.4 saw a major rewrite of the code parsing in the Delphi IDE to use LSP. This was improved upon on in point releases of 10.4, but is it improved further in Delphi 11? … … Read more
3 years ago in Movie0
Welcome to LearnDelphi.tv
“DeepStack is an Open-Source AI API engine that serves pre-built models and custom models on multiple edge devices locally or on your private cloud.” And you can use its API from Delphi. In this video,… … Read more
3 years ago in Movie0
Welcome to LearnDelphi.tv
When we start Delphi, we can have it create a default application type. In this video, when we start Delphi, it will automatically create a blank VCL application. … Read more
4 years ago in Movie0
Welcome to LearnDelphi.tv
When upgrading to a new version of Delphi, compiling and installing all the packages can be the hardest part. These can include Third-party (purchased and free) components, and in-house developed components. This is an example… … Read more
4 years ago in Movie0
Welcome to LearnDelphi.tv
In this video, we examine the Quick Edit that allows you to set the DataSource and Field on a data-aware control. … Read more
4 years ago in Movie0
Welcome to LearnDelphi.tv
New in Delphi 11 is the ability to adjust the date and time simultaneously on the TDateTimePicker. This will allow you to edit a TDateTime with a single TDateTimePicker instead of two. See it in… … Read more
4 years ago in Movie0
Welcome to LearnDelphi.tv
With the release of Delphi 11, check boxes have been added to TTreeView. Check out this new capability and its associated changes. … Read more
4 years ago in Movie0
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
4 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
4 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
4 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
4 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
4 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
4 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
4 years ago in Movie0