Blog
Featured Blog Post
Friday, July 10, 2026
Intro Documentation is where most developers meet a component for the first time. It should be fast to browse, honest about what the control does, and easy to read at 8 a.m. or midnight. That is why we have rebuilt the TMS documentation from the grou...
Blog Posts:
Latest arrow_downward | Views
Thursday, July 9, 2026
The July 2026 update of TMS BIZ is out, and it's a big one for anyone building authenticated, data-driven Delphi backends. The headline is identity brokering in TMS Sphinx "Login with Google / Microsoft" for your own apps but t...
Friday, July 3, 2026
Almost every modern application offers it: a row of buttons that say "Continue with Google", "Sign in with Microsoft", or "Login with Apple". Users have come to expect it they don't want yet another password to remember, and you don't wa...
Monday, June 8, 2026
If you've opened a Delphi visual designer on a 4K laptop or a high-resolution external monitor, you know the feeling: blurry icons, toolbar buttons that are too small to read, controls that land in the wrong place when you drop them on a ...
Monday, June 1, 2026
TMS Scripter 8.0 the scripting engine that lets Delphi applications execute Pascal and Basic scripts at runtime is coming soon, and it will be the first release to require Delphi XE2 or later. Delphi 7, Delphi 2007, Delphi 2010, a...
Monday, May 18, 2026
After more than two decades of life as a closed-source product, the full source code of TMS Data Modeler is now publicly available on GitHub: github.com/tmssoftware/datamodeler This post is a quick tour of what the release means, wha...
Monday, March 16, 2026
AI coding agents have become a daily tool for many developers. Tools like Anthropic Claude Code, OpenAI Codex, and Cursor can read your codebase, write new features, fix bugs, and refactor code all from a natural language description of ...
Monday, February 23, 2026
The February 2026 release of TMS BIZ brings improvements across multiple libraries. This post walks through the most significant changes what they solve, how to use them, and why they matter for your Delphi applications. Refresh T...
Wednesday, February 18, 2026
Every application that has users needs authentication. Users need to log in, recover forgotten passwords, confirm their e-mail, maybe set up two-factor authentication. It sounds straightforward until you actually have to build it. The reali...
Monday, February 9, 2026
If you've ever built an application that uses OAuth2 or OpenID Connect for authentication, you've probably run into this problem: your users get unexpectedly logged out. They're in the middle of filling out a form, reviewing data, or simp...
Friday, February 6, 2026
Over the years, TMS BIZ has built a reputation for supporting a very wide range of Delphi versions and platforms. This has helped many customers keep long-lived projects running while gradually modernizing their codebases. Th...