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
8 months 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
8 months 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
8 months 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
8 months ago in Delphi0
GunSmoker
A client contacted us and said that he could not install EurekaLog. More precisely: EurekaLog is installed, but subsequent launch of the IDE raises an error: Can’t load package C:\Program Files (x86)\Neos Eureka S.r.l\EurekaLog 7\Packages\Studio25\Eure… … Read more
9 months ago in Delphi, EL 7.x, installation, Stories0
Danny
Begin de lente goed met een Delphi 12 VCL Essentials training! Deze driedaagse training vindt plaats van 20 maart tot en met 22 maart plaats in de historische locatie van kasteel Montfoort. Deze nederlandstalige training… … Read more
9 months ago in Delphi0
kimbomadsen
Next release of kbmMW will contain a new feature that allows for making already short statements even shorter. The feature was implemented on basis of a question on one of […] … Read more
9 months ago in Delphi, LINQ0