Adam Leone
2021 end of year recap covering blog posts and the growth of a few new online groups dedicated to Delphi. … Read more
3 years ago in Delphi Programming0
Adam Leone
As the year is coming to a close, here is a quick look back at this year’s blog posts. There were twenty eight blog posts covering a wide variety of topics and below is a… … Read more
3 years ago in Community, Delphi Programming0
Adam Leone
I was speaking with a colleague the other day who was working on a project which relied on the popular Delphi component trio: TRESTClient, TRESTRequest and TRESTResponse. He wanted to add a progress event but… … Read more
3 years ago in Delphi Programming, example code0
Adam Leone
TLDR; for 32-bit applications add this line to your DPR: {$SETPEOPTFLAGS $140} for 64-bit applications use: {$SETPEOPTFLAGS $160} {$SetPEFlags IMAGE_FILE_LARGE_ADDRESS_AWARE} or, if you do not have WinAPI.Windows in your uses list to support using con… … Read more
3 years ago in Delphi Programming, example code0
Adam Leone
Easily get your Windows system configured to sign your Git commits with GPG – show your commits as Verified on GitHub! … Read more
3 years ago in Tips and Tricks0
Adam Leone
GitHub introduced Vigilant mode in April of this year and the feature is still in Beta. The world is trying to become more secure and everyone is trying to catch up. You probably have seen… … Read more
3 years ago in SCM, Tooling0
Adam Leone
It the first two parts of this blog series, we covered some underlying technical code – first on base32 encoding and then in part-two we covered TOTP for one-time use password generation. In part 3,… … Read more
3 years ago in Automation, Tooling0
Adam Leone
A new feature in RAD Studio 11 Alexandria is changing the default values for Overflow and Range checking on debug build configurations. … Read more
3 years ago in Delphi Programming, rad studio 110
Adam Leone
Let it be known to Delphi developers around the world that DelphiCon 2021 is almost here! Click here to find out more details and to view the schedule of this free three-day online event. You… … Read more
3 years ago in Community, Delphi Programming0
Adam Leone
I did not notice this new feature of RAD Studio 11 Alexandria until today. It has been a popular request for a few years now on Quality Portal with RSP-16751 collecting 76 votes since January… … Read more
3 years ago in Delphi Programming, New Releases0