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
5 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
5 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
5 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
5 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
5 years ago in Delphi, dialogs, messagedlg, TApplicationEvents0
gabr42
Delphi never stops surprising me …Did you know that this is a valid syntax?case a of 0: Writeln(0); else Writeln(‘else’); Writeln(a);end;This code indeed compiles and works exactly as the following fragment.case a of 0: Writeln(0); … … Read more
5 years ago in Delphi, programming0
GunSmoker
Do you have a friend or colleague without EurekaLog license? You can use EurekaLog’s “Tell-A-Friend” referral program. Share a promo link for 25% discount – and get 50% yourself from purchases. Send an invitation link… … Read more
5 years ago in Delphi, EL 7.x0
Dalija Prasnikar
New Delphi roadmap is live:https://community.idera.com/developer-tools/b/blog/posts/rad-studio-roadmap-may-2019https://community.idera.com/developer-tools/b/blog/posts/may-2019-rad-studio-roadmap-commentary-from-product-managementImportant highlights10… … Read more
6 years ago in Delphi, Roadmap0
Dalija Prasnikar
If you are not big fan of new Delphi IDE (light or dark ones) themes you are out of luck. They are default look and old Windows styled IDE is no longer officially supported.In previous… … Read more
6 years ago in Delphi, IDE0
gabr42
Slides and code for the Spring4D conference are now published on the conference page.Slides and code for my two sessions – Design patterns with Spring4D and Interception and dynamic proxy – are also available on… … Read more
6 years ago in Delphi, presentations, Spring4D0