Delphi feeds
All Delphi blogs in one place - Delphi community and news
-
Bring OpenClaw-Style AI Agents To Delphi And Object Pascal
FMXExpress has released PasClaw, an open-source AI agent framework for Delphi inspired by the architecture and design principles behind PicoClaw, Nanobot, and OpenClaw. Rather than being a simple AI wrapper, PasClaw provides the foundation for......... Read more -
Dimming the charging LED on the Motorola G7 Power (LineageOS)
AI;DR – This blog post was mostly generated by Claude (via Claude Code), as was the script which is described here. If you don’t want to read “AI slop”, stop reading now. One small thing...... Read more -
Build And Design Delphi FireMonkey Apps With AI Inside RAD Studio
Embarcadero has introduced KAI, an AI assistant integrated directly into RAD Studio that allows developers to build, modify, and explore projects through natural language conversations inside the IDE. Instead of copying code between an editor......... Read more -
Give AI Agents A Searchable Map Of Firemonkey APIs And Examples
Developer JavierusTk has released delphi-lookup, a toolset designed to help AI coding agents understand, search, and generate Delphi code more accurately. Rather than being a runtime component library, delphi-lookup focuses on making Delphi knowledge easier......... Read more -
Kai for RAD Studio is now available!
Embarcadero is proud to announce Kai, a new agentic AI platform for Delphi, C++Builder, and RAD Studio. Kai transforms RAD Studio into an intelligent development environment, combining best-in-class code suggestions with an integrated AI agent...... Read more -
Local LLMs for Delphi: A Production Benchmark — Part 2: What the Numbers Reveal
Part 1 described the setup: eight local models, five benchmark phases (AT1 through AT5), 30 real production Delphi units. The test domain was legacy code migration — but the phases themselves cover tasks that appear...... Read more -
Kai
Kai transforms RAD Studio into an agentic development environment, pairing best-in-class code suggestions with an AI agent that can generate, build, fix, and evolve your applications.... Read more -
Editing, sorting, filtering and paging in TWeb(DB)DataGrid
IntroductionWhen building business web applications with Delphi and TMS WEB Core, showing data is only the first step.Users also expect to work with that data: edit values directly in the grid, sort colu...... Read more -
Delphi VCL: Owner drawing a TStringGrid
Embarcadero has broken owner drawing of TStringGrid several times. To get the text positioned correctly you need version-specific X and Y offsets. Here is the case statement GExperts uses (from GX_StringGridDrawFix.pas): These offsets are then...... Read more -
Delphi desktop settings revisited
I blogged about how and where Delphi stores the desktop settings before. Back then I described the values as percentages of “the monitor” without being precise about which monitor and exactly which area. Since then...... Read more