Olaf Monien
Additional info on how to publish Delphi apps to the Microsoft Store. Der Beitrag Publishing Delphi Apps to the Microsoft Store Episode 2 erschien zuerst auf Developer Experts. … Read more
5 years ago in Delphi, FireMonkey0
dummzeuch
dzBdsLauncher tries to solve the problem of accidentally opening a Delphi project with the wrong Delphi version. The latest version 1.0.1 now also reads the .DPROJ file to determine the Delphi version. See the dzBdsLauncher… … Read more
5 years ago in Delphi, dzBdsLauncher0
Olaf Monien
There are frequently questions about how to get the results of a REST query (JSON) into a database table. This can of course be done manually, by using the “while not EOF do” approach, but… … Read more
5 years ago in Delphi0
dummzeuch
As I mentioned before, Embarcadero will turn off Code Central which will result in a wealth of Delphi code and tools vanishing from the face of the earth. I have just saved two more entries… … Read more
5 years ago in Delphi0
dummzeuch
Yes, I know, there are many already existing solutions for writing a CSV file in Delphi. And some are probably better than mine (for general purpose usage), but those I looked at had too many… … Read more
5 years ago in Delphi, dzLib0
marc hoffman
Hey everyone.Over the past couple of weeks, we’ve been working on some new “introduction” videos for Remoting SDK and Data Abstract. These videos aim at giving a quick overview for getting started with each of… … Read more
5 years ago 0
marc hoffman
I’m happy to announce that last week we shipped new stable releases for Data Abstract and Remoting SDK 10, as well as an interim update to Hydra 6.2.Build .1457 marks the second Stable Channel release… … Read more
5 years ago 0
Jim McKeeth
A picture is worth a thousand words, but how do you include source code in a presentation? By text or by image? Nick Hodges asked about this on Facebook the other day. Here are some… … Read more
5 years ago in presentations, screenshot, Source Code, Tools0
Les trucs et astuces d'un développeur Pascal
Ca y est, la version Catalina de macOS a été propagée par Apple depuis quelques jours et avec elle son lot de mises à jour. Première contrainte importante des ord (…) … Read more
5 years ago 0
dummzeuch
I was just prompted to dig into archive.org to find an ancient (2008) blog post by Alan Bauer A “Nullable” Post which I used back then to implement the nullable types in dzlib. A comment… … Read more
5 years ago in Delphi0
Dalija Prasnikar
If you have memory problems you should eat more… actually, I have no clue what you should do then. But if you have Delphi memory problems then Deleaker by Softanics can certainly be of assistance.Deleaker… … Read more
5 years ago in Leaks, memory management, Tools0
Warren
I am a long time follower and reader of Joel Spolsky. Way way back in 2000, he penned what has become a seminal blog post.Things You Should Never Do, Part 1It should be required reading… … Read more
5 years ago 0
gabr42
CompareValue function is incredibly practical when you are writing comparers (functions that determine how some data structure is ordered). System.Math and System.StrUtils define a bunch of functions that can be used to compare integers, doubles,… … Read more
5 years ago in Delphi, programming, tips0