Uwe Raabe
About half a year ago I blogged about the new SVG icon set from GlyphLab. Although it comes with thousands of icons in all flavors, sometimes there is a need for that one combination with… – Details…
4 months ago in Delphi, programming0
Uwe Raabe
For all of you eagerly waiting for the interesting part of this article – here it is. In case you don’t know what I’m talking about, please read the introductory article first. Let’s recap the essence… – Details…
5 months ago in Delphi, programming0
Uwe Raabe
I think we have to face it: More and more systems are equipped with monitors capable of displaying in higher density and people expect that our apps support these higher resolutions. While not that often,… – Details…
5 months ago in Delphi, programming0
Uwe Raabe
Those looking for high quality SVG icons now have a new place to look. GlyphLab offers a new Windows 11 style icon set. All icons are delivered in SVG format, so can be converted to… – Details…
11 months ago in programming0
Uwe Raabe
Sometimes actions inside an application need their time. From retrieving data from REST service or a database to scanning your hard disk for all files containing images, there are a plethora of things that can… – Details…
1 year ago in Delphi, programming0
Uwe Raabe
I am happy to announce that with the general availability of Delphi 11 my IDE plugins are updated to fully support the new version. Here are the download links: – Details…
1 year ago in Uncategorized0
Uwe Raabe
High DPI display and 4K Monitors are getting more common these days. Supporting higher settings than 96 dpi is already possible with some of the newer Delphi versions. Nevertheless this is still a time and… – Details…
1 year ago in Delphi, programming0
Uwe Raabe
The full title should be: What is the purpose of the OldCreateOrder property in a form and how does it affect my todays coding?, but it turned out to be too long for a catchy… – Details…
2 years ago in Delphi, programming0
Uwe Raabe
In my previous article Tweaking DFM Loading I explained ways to overcome the name problem with several instances of a data module. Actually there is still another way to resolve this. In case you didn’t already,… – Details…
2 years ago in Delphi, programming0
Uwe Raabe
One of the most shown feature of Delphi is its Design Editor with its ability to design forms and connect components in an easy and intuitive way. I can’t count the occasions where I have… – Details…
2 years ago in Delphi, programming0
Uwe Raabe
Even years after switching from centralized version control to a decentralized one (or to be more precise: from Subversion to Mercurial) I still find myself stuffing different unrelated changes into one commit. Sometimes there are… – Details…
2 years ago in programming0
Uwe Raabe
As some of you might have guessed already, I have been a bit busy with the current beta of the new Delphi 10.4 Sidney. Usually one is not allowed to talk about the beta, but… – Details…
3 years ago in Delphi, programming0
Uwe Raabe
In the previous blog post we learned how to decorate a field of a class with attributes to adjust the Json serialization to our needs. This post is about serializing fields of type TObjectList<T> or… – Details…
3 years ago in Delphi, JSON, programming, Serialization0
Uwe Raabe
Serializing objects to Json as well as de-serializing them with the Delphi standard libraries has been subject to many discussions. While the majority suggests to use another library or a self implemented solution, there are… – Details…
3 years ago in Delphi, JSON, programming, Serialization0