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
4 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
5 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
5 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
6 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
6 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
6 months ago in Code, Delphi, News0
dummzeuch
I just released dzBdsLauncher 1.0.13. If it detects more than one possible Delphi version from the available project information it now checks which of them are installed if only one is installed, it starts this… … Read more
6 months ago in Delphi, dzBdsLauncher0
dummzeuch
I just released dzBdsLauncher 1.0.12. It now shows an error message, if it is called with a .dpr file parameter but cannot find a corresponding .dproj, .bdsproj or .dof file. … Read more
6 months ago in Delphi, dzBdsLauncher0
jpluimers
This is from a long time ago [Wayback/Archive] Does Delphi support all MMX/SSE instructions? – Stack Overflow: Delphi 2007 supports the MMX and SSE instruction sets. Certainly, Delphi 2010 and XE support up to the… … Read more
6 months ago in Assembly Language, Delphi, Development, Software Development, x64, x860