Blog
Featured Blog Post
Wednesday, July 2, 2025
Were excited to announce the release of TMS WEB Core v2.9, the latest evolution in our powerful RAD component-based framework for building modern web client applications using Object Pascal. Whether you're a Delphi veteran or a VCL ...
Blog Posts:
Latest arrow_downward | Views
Thursday, May 12, 2022
We are used to inspect a call-stack when something goes wrong in our application and it crashes. Delphi has excellent add-on tools that log detailed call-stack information when an application crashes.But it is not always when an application cra...
Wednesday, May 11, 2022
WebAssembly is a low-level language with a compact binary format that runs with near-native performance. Free Pascal offers, since some time, a way to compile Pascal to WebAssembly and integrate these modules inside your web a...
Tuesday, May 10, 2022
So far in this blog series, we've covered JavaScript libraries that included Helpers, Tools, and Assets. This time out, we're going to dig into the first of many JavaScript libraries that feature some sort of Control - a component, widget, or...
Friday, May 6, 2022
This is a continuation of Epic JSON Primer (Part 1 of 2).20: Relative Performance.21: Iterate through JSON Object Elements.22: Traverse Entire JSON Object.23: Compare JSON.24: Sort JSON Object Elements.25: Move from JS to WC or PAS.26: Move from ...
Thursday, May 5, 2022
As we make our way through various JavaScript libraries, there's a rather important topic that we've touched upon briefly once or twice. But we're about to hit it head-on in a big way. I'm talking of course about JSON. And while JS...
Wednesday, May 4, 2022
Last week we did a blog on visualizing your own data structure, which showed the capabilities of virtual data, and the little code required to get up and running. Today's blog is demonstrating how to interact with the chart. When the data is loade...
Are you keeping up with our latest developments?We know it is hard to keep up with our latest developments, it is going super fast!Best way to stay updated? Of course TMS ALL-ACCESS!To give our customers access to all our latest ...
Tuesday, May 3, 2022
In previous posts in this series, we've covered some big JS libraries like Bootstrap and FontAwesome. But there's another important JS library out there. It can be found lurking under approximately 75% of all websites globally, as of t...
Monday, May 2, 2022
TMS iCL is our Delphi iOS component library. The components are in fact wrappers around the iOS operating system level defined controls and are usable from a FireMonkey form. As iCL controls wrap iOS operating sys...
Thursday, April 28, 2022
Developing in Delphi sometime presents a frustrating work-flow, experts allow us to alter some behaviors and Deputy targets the one that I disagree with the most, prompt for overwrite. This post will focus on the developers daily...