Delphi Known IDE Packages Manager updated to Delphi 10.2

A while ago, after my post on Known IDE Packages in Delphi I wrote a the KnownIdePackagesManager tool which lists those packages, allows to disable and enable some of them and also set the package description for those packages that don't have a meaningful description (usually "(Untitled)"). Today, I updated the tool to support Delphi … Continue reading Delphi Known IDE Packages Manager updated to Delphi 10.2

Creating a window without a title that can be moved with the mouse

For my dzComputerInfo tool I created a window without a title that can still be moved with the mouse. This is quite easy to do: To remove the title, set BorderStyle to bsNone. To let the user move it with the mouse, add the following message handler: [delphi] type TMyForm = class(TForm) private procedure WMNCHitTest(var … Continue reading Creating a window without a title that can be moved with the mouse

There are at least 30000 Delphi 2007-2010 users

At least that's a possible interpretation of the download statistics of my dzEditorLineEndsFix tool As of today, it has been downloaded 33994 times since I wrote the first version in 2014. Of course there will be duplicates and also those who have updated to later Delphi versions or stopped using Delphi all together after downloading … Continue reading There are at least 30000 Delphi 2007-2010 users