dummzeuch
AI;DR – This blog post and the debug memory manager it describes were developed with significant help from Claude. If you don’t want to read “AI slop”, stop reading now. I recently added a new… … Read more
2 days ago in AI;DR, Delphi, GExperts0
Holger's Code
Open your editor right now and think about the last thing you built that talked to the outside world. A REST call to a payment provider. A config file your app reads on startup. A… … Read more
2 days ago in APIs, Delphi, JSON, REST0
dummzeuch
Here are the two Python scripts I used to create the SwissDelphiCenter Delphi Tips archive: download. scrape_tips.py downloads the tip pages from the Wayback Machine. It waits 10 seconds between requests and it is resumable,… … Read more
2 days ago in AI, Delphi, GExperts, Python0
dummzeuch
The SwissDelphiCenter (archive.org) site closed down a few months ago and I could not find any other way to get at the Delphi Tips database they were hosting. So I vibe coded a scraper script… … Read more
3 days ago in AI, Delphi, GExperts0
Developer TMS Software has released a FireDAC-powered MCP server that lets AI agents explore, query, and optionally modify databases through natural-language conversations. The server connects to any database supported by FireDAC using a single connection…… … Read more
3 days ago in AI, ai agent, database, Delphi, firedac, FireMonkey, IDE, mcp, mcp server, object pascal, windows0
TMS Software
In the previous blog post, we explored how TTMSFNCDataSetFilterDialog and TTMSFNCFilterDialog allow users to build complex filters through a guided visual interface instead of manually writing filter expressions. While screenshots explain the c… … Read more
4 days ago 0
TMS Software
Model Context Protocol (MCP) is the standard that lets AI clients like Claude Desktop, OpenAI Desktop, Cursor, … call out to your own tools. An MCP server exposes a set of functions, the assistant… … Read more
5 days ago 0
Richard Hatherall
A working Delphi app that creates a bucket, lists objects, uploads and downloads files, and generates presigned URLs — the credential chain from the last post does the rest. … Read more
5 days ago in AWS, aws-sdk, Delphi, S3, tutorial0
dummzeuch
Converting an existing form from a plain TMainMenu to a TMainMenu plus a TActionList is one of those jobs that is not difficult, just tedious: For every menu item you create an action, copy the… … Read more
1 week ago in Delphi, GExperts0
Holger's Code
In Part 1 we learned how to name a machine and a door on it — IP addresses and ports. In Part 2 we learned how names become addresses — DNS, the hosts file, and… … Read more
1 week ago in Delphi, networking, Sockets, TCP/IP0
dfadmin
One of the things we always strive for our tools to do is meet you where your work already lives.For most developers these days, that means Git, of course, but it also means GitHub or… … Read more
1 week ago 0
Embarcadero GetIt
This is a set of VCL Controls that match the MS Office 2007 User Interface specification. Note that if you deploy an application with these controls, you will have to agree to the Microsoft License… … Read more
1 week ago 0