dummzeuch
I just fixed all known generics related bugs in the GExperts code formatter (again) \o/ You are extensively using Generics? Go ahead, compile your own dll and file bug reports for the ones I missed. … Read more
6 years ago in Delphi, GExperts0
Olaf Monien
In this video, I will guide you through the steps to get your Delphi app published in Microsoft’s App Store. For this demonstration, I will use a Firemonkey app, but technically the same thing would… … Read more
6 years ago in Delphi, FireMonkey0
gabr42
On September 26th I’ll talk about RAD Studio Rio in Ljubljana. We’ll discuss 10.3 a bit and 10.3.1/10.3.2 updates in more detail. We’ll also look into the future to see what 10.4 might bring.This will… … Read more
6 years ago in cbuilder, Delphi, presentations, RAD Studio0
dummzeuch
I just released GExperts 1.3.14 for all supported Delphi versions. Apart from the bug fixes to the source code formatter there are the following changes: Export and Import entries for the Tools menu (blog post)… … Read more
6 years ago in Delphi, GExperts0
zarkogajic
One of the common problems we programmers face (and hopefully we are aware of) are memory leaks, or leaks of any other kind of resources. For example, Windows limit the number of GDI or USER32… … Read more
6 years ago in Delphi, memory, memory management0
Dalija Prasnikar
As you all may already know, Embarcadero recently had some serious server issues. At the moment, most functionality has been restored, but not all of it.Specifically, a number of bugs is missing from the public… … Read more
6 years ago in Delphi, Quality Portal, RAD Studio0
Olaf Monien
In this episode of my “Delphi Quick Thoughts” series, I am demonstrating how to connect to a WordPress site from Delphi. I am using CData’s WordPress Enterprise connector for that. https://www.cdata.com/firedac/ CData has more than… … Read more
6 years ago in database, Delphi0
Dalija Prasnikar
RAD Studio update 10.3.2 has just been released, packed with new features and improvements; some big, some small.Big featuresDelphi macOS 64-bitC++17 for Windows 64-bitC++ LSP Code Insight ImprovementsDelphi Linux Client Application Support (recently r… … Read more
6 years ago in Delphi, Rio, Roadmap0
gabr42
Pop quiz! How can the following program …Writeln(True);Magic;Writeln(True);… output this:?TRUEFALSESimple!Read more »— Published under the Creative Commons Attribution 3.0 license … Read more
6 years ago in definitely not best practices, Delphi, programming0
zarkogajic
Dialog windows you use to display critical information to the user are, in most cases, displayed modally. A modal window (form) is the one where the application can’t continue to run until the modal window… … Read more
6 years ago in Delphi, dialogs, messagedlg, TApplicationEvents0