dummzeuch
Jim McKeeth is going to hold a Webinar Essential Delphi: GExperts on 2024-08-28. I’ll try to join if I find the time (it’s scheduled for 17:00 CEST (15:00 UTC), so I might just make it.)… … Read more
3 months ago in Delphi, GExperts0
dummzeuch
Michael Höfmann has written an additional CodeInsightExpert (in German) that can be added to GExperts and supports the writing of CodeInsight compatible comments in Delphi 12 (Athens). The source code is in his repository on… … Read more
3 months ago in Delphi, GExperts0
dummzeuch
The Grep Results window (and several other windows) can be docked to the IDE. To allow that GExperts does not save their positions and size but lets the IDE do that, which means these settings… … Read more
3 months ago in Delphi, GExperts0
Ian Barker
We are profoundly sorry to say that we have been told of the recent sudden death of the extraordinarily talented Eugene Kryukov. Eugene was very well known and respected in the Delphi community at all… … Read more
3 months ago in crossvcl, Delphi, FireMonkey, FMXLinux, News0
dummzeuch
Unfortunately version 1.0.13 of dzBdsLauncher had a bug when called with a Delphi 2007 .dproj file: It correctly detected (or rather assumed) Delphi 2007 but then said it could not detect the Delphi version. That… … Read more
3 months ago in Delphi, dzBdsLauncher0
dummzeuch
I wrote about autocompletion for TEdits before here, here and here. My dzlib contains several helper functions to add TEdit-autocompletion for directories, files (with a filter) and generic strings from a string list. All of… … Read more
3 months ago in Delphi, dzLib0
Antonio Zapater
Deploying and debugging RAD Studio applications has never been easier. With our new Docker image and our revamped run.sh script, this process is now streamlined and more user-friendly. This post introduces our optimized PAServer Docker… … Read more
4 months ago in C++, ci/cd, Delphi, docker, How-To's, News, PAServer, programming, RAD Studio0
David
Hi folks. Today I’d like to start blogging about a personal project I’ve been working on for many months: building a copilot, an AI coding assistant. The goal is an assistant that initially targets Delphi,… … Read more
4 months ago in AI, CoPilot, Delphi, IDE0
Hagop Panosian
The current End-of-Quarter flash sale opportunities for multiple companies in the Idera family, namely Embarcadero, Whole Tomato and UltraEdit, are just incredible, but they expire today! Find your best deal among the offerings below: Embarcadero Embar… … Read more
5 months ago in C++, Delphi, News, RAD Studio0
dummzeuch
I just had the need for a safer version of Delphi’s GetEnumName, which checks whether the enum value passed to it is actually valid. This is what I came up with: // P must point… … Read more
5 months ago in Delphi0
Antonio Zapater
In Part 1 of this series, we explored a simple demonstration of a web application running with Delphi code inside a WebBroker application, and using HTMX as a kind of middle-man. In this article we… … Read more
5 months ago in Code, Delphi, News0