Blog
Featured Blog Post
Thursday, August 21, 2025
Artificial Intelligence is no longer a futuristic conceptits a present-day differentiator. Businesses are racing to embed AI capabilities into their applications, and developers who miss this wave risk falling behi...
Blog Posts:
Latest arrow_downward | Views
Tuesday, June 20, 2017
We're pleased to announce TMS WebGMaps v2.9 has been released today. TMS WebGMaps is our VCL component that exposes a myriad of geographical functions for integration in Delphi or C++Builder Windows applications. In this new version, we introduce su...
Monday, June 19, 2017
We are pleased to inform that from today, there is an additional channel, you can opt-in for, to keep in the loop with the news from tmssoftware.com. For some time already, all our news is announced on our social media channels Twitter, Facebook, Go...
With iOS 9 and iPhone 6, Apple introduced the digital wallet on your smartphone. It is a system that holds passes to redeem rewards, get movie tickets, use discount coupons, get boarding passes for transport, offer prepaid cards etc.. An introduction...
The problem of data approximation (curve fitting, surface fitting) arises from many areas: economics, physics, informatics and many others. There are many libraries, realizing numerical tools for using the approximation in software applications. The ...
Thursday, May 25, 2017
This is part 5 of the tutorial on how to create TMS XData and TMS Sparkle servers on Linux. On Part 4, we have added Sparkle to our Apache module, preparing it to receive any modules we want to add. And in this final part we will add the TMS XData mo...
Wednesday, May 24, 2017
This is part 4 of the tutorial on how to create TMS XData and TMS Sparkle servers on Linux. On Part 3, we have created and deployed our first Apache Module using WebBroker. Now we're going to add TMS Sparkle to it. Here is video for part 4: Adding T...
Tuesday, May 23, 2017
This is part 3 of the tutorial on how to create TMS XData and TMS Sparkle servers on Linux. On Part 2, we have installed PAServer and launched our first "Hello, World" console application on Linux. Here is video for part 3: Create and deploy an Apac...
Monday, May 22, 2017
This is part 2 of the tutorial on how to create TMS XData and TMS Sparkle servers on Linux. On Part 1, we have installed Ubuntu and connected to it from Windows. Here is video for second part: Installing PAServer on Linux and running our first "Hell...
Friday, May 19, 2017
Latest versions of TMS XData and TMS Sparkle have been just released with a major feature: Linux support. You can now deploy your XData/Sparkle server to Linux using Delphi 10.2 Tokyo, and in this video/blog post series, I will show you how to create...
Monday, April 24, 2017
The Delphi compiler allows functions and procedures to be tagged with the inline directive to improve performance. If the function or procedure meets certain criteria, the compiler will insert code directly, rather than generating a call. Embarcadero...