Blog
Featured Blog Post
Friday, April 3, 2026
Intro Stock data is one of the most demanding chart scenarios: dense OHLC bars, date labels that need rotating, interactive panning across months of history, and overlay series like trend lines and moving averages sitting on t...
Blog Posts:
Latest arrow_downward | Views
Friday, June 21, 2019
The class TApplication has been part of Delphi since its inception. TMS Web Core tries to make as little changes to your development as possible. Thus, it provides its own method helper class to TApplication to provide additional functionality that w...
Wednesday, June 19, 2019
TMS XData 4.5 has been released with two major new features: parameter binding and Swagger UI. SwaggerUI is a great new addition, just by setting two simple properties in TXDataServer component (you can do it from the object inspector at design-time...
In the previous blog article, we showed how the TWebFilePicker or TWebFileUpload component in TMS WEB Core are the intermediates to get read access to local files and how the Application.Download* methods can be used to write data back to the local f...
Tuesday, June 18, 2019
In a regular web client application, it is normal that there is no direct access to the local file system. If that would be possible, it would obviously be a huge security breach. This is possible though in an Electron desktop cross platform applicat...
Monday, June 17, 2019
We're excited and proud to announce the availability of the 3rd major release of TMS WEB Core v1.2 Padua. An enormous amount of work was done between the TMS WEB Core v1.1 Verona release and TMS WEB Core v1.2 Padua. Tons of work was done on many le...
Wednesday, May 29, 2019
Over the past couple of years, it has become clear to us that for many individual software developers and in many companies where Delphi is used as the main software development tool, the challenges have not become easier: It is not easy to find so...
Monday, May 27, 2019
There are always subtle differences when you compare the standard VCL components to their much more feature-rich counterparts from profressional component sets. When you start using TDBAdvGrid in your database projects you will definitely run into t...
Monday, May 20, 2019
I have expressed this before, but Delphi is and will hopefully always be the number one programming language for database-driven applications. The architecture that has been there since Delphi 1 is still standing strong. Of course, there has been nee...
Wednesday, May 15, 2019
Google Maps has become a very popular means to include mapping in business applications. In Delphi, we can use components from TMS Software that facilitate the use of the Google Maps API using Delphi components. Using the Google Maps API with these...
Tuesday, May 14, 2019
Choosing which components to use in your application is an important decision that warrants careful consideration. Wrong decisions can be costly. Weve been using Delphi to develop applications since Delphi 1.0 back in 1995; and before that...