Delphi feeds
All Delphi blogs in one place - Delphi community and news
-
Easily Let AI Agents Query And Manage Your Databases Via FireDAC MCP
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 -
Let your AI work seamlessly with your database data via a Delphi MCP server
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 -
Building an S3 application in Delphi
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 -
TaurusTLS
TaurusTLS provides OpenSSL 3.x and 4.x support for Indy - Internet Direct... Read more -
GExperts: New Expert “Menu Items to Actions”
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 -
TCP Connections and Sockets in Delphi: Networking for Devs (3/5)
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 -
GitHub and GitLab Come to GitBrowser and CodeBot
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 -
Ribbon Classic Controls
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 -
InterBase 15 Developer Edition
Highly scalable, powerful, embeddable database... Read more -
Build A Tiny, Explainable Language Model Entirely In Delphi
Developer Paul Toth has released MiniLLM, an experimental language model implemented entirely in Delphi without neural networks, GPUs, external dependencies, or machine-learning frameworks. Instead of using a transformer architecture, MiniLLM combines PMI-based word embeddings, a......... Read more