gabr42
Next Wednesday, 10th, I’ll be talking about Delphi and Pyhon in Ljubljana. As usual for Slovenian workshops, the talk will be in Slovenian language so I’ll continue this invitation appropriately …Python je izjemno priljubljen programski jezik,… … Read more
1 year ago in Delphi, presentations, Python0
Dalija Prasnikar
The Delphi 12.1 update has been released. Besides a number of bug fixes, this release also has a few new features. The most notable ones are the new Split Editor, which allows having multiple files… … Read more
1 year ago in Delphi, Quality Portal0
Uwe Raabe
Some of you might already be aware of my CmonLib, which, according to the GitHub ReadMe, is a collection of several units with different purpose. My intention for this library was to group all those… … Read more
1 year ago in CmonLib, Delphi, programming0
dummzeuch
As mentioned in my previous post on dzDebugVisualizer I was thinking about writing a generalized debug visualizer which can be user-configured to register itself for any data type. Well, that debug visualizer now exists. It’s… … Read more
1 year ago in Delphi, dzDebugVisualizer0
Marco Cantu
I am not in the habit of drawing attention to Embarcadero promo offers, but our current offers are too good to pass up. Take advantage of our End-of-Fiscal-Year Sale and get on RAD 12. We’ve… … Read more
1 year ago in C++, Delphi, News, RAD Studio0
Kyle Wheeler
As many of you have noticed, a lot is happening at Embarcadero in 2024, and we have a lot more in store for you. We have one of our biggest releases in three years, we… … Read more
1 year ago in C++, Delphi, News, RAD Studio0
Michael Riley
Disclaimer: This post contains affiliate links, which means I may earn a small commission if you click through and make a purchase, at no extra cost to you. Your support helps keep this blog running… … Read more
1 year ago in Delphi, FMX, Mac OSX, Printing0
dummzeuch
After playing around with debug visualizers, I found that there is a very simple way to provide a visualiser for many record types: Just add a special method (I called it Dump) to those records… … Read more
1 year ago in Delphi, dzDebugVisualizer0
Hagop Panosian
We’re gearing up for the release of RAD Studio 12.1! Have you saved your seat for the launch webinar? The 12.1 edition of RAD Studio comes hot on the heels of the feature-rich RAD Studio 12… … Read more
1 year ago in C++, Delphi, News, RAD Studio, Webinar0
dummzeuch
Note to self: There is an easy way to get the current line number in Delphi, using the following function and JclDebug: function GetCurrentLineNumber: Integer; var ModInfo: TJclLocationInfo; begin ModInfo := GetLocationInfo(ReturnAddress); Result := ModInfo.LineNumber;… … Read more
1 year ago in Delphi0