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 | Views arrow_downward
Friday, March 17, 2023
A key benefit of working on JavaScript is the immense collection of JavaScript libraries, many of them free, that we can use in our TMS WEB Core projects, often just by adding a link via a CDN. This is ...
Wednesday, March 9, 2016
Exceptions The new 1.1 release of TMS Logging supports automated exception handling. All you need is a simple Boolean property set to true and your existing applications can benefit from this new feature that will automatically log unhandled e...
Thursday, April 7, 2022
Always wanted to use interesting JavaScript libraries with functionality not readily available in Delphi or C++Builder in you VCL and FireMonkey applications? Or integrate HTML Components? The TTMSFNCWXContaine...
Thursday, January 9, 2020
It's fascinating how everything evolves so incredibly fast in the software world! So our team is also trying really hard to keep up with the latest developments. And to give our customers access to all our latest developments we have created our ...
Monday, June 24, 2019
Creating a second form is easy and has been shown in the last post. However, sometimes we might not want to take the other form to take up the whole screen but make it a pop-up window instead. As its an amazing framework from TMS Software (dis...
Thursday, March 23, 2023
REST Insight is a free portable HTTP(S) client that can be used to create and execute your REST requests and check the responses at the same time. The requests are fully customizable to help you communicate with every API.<...
Wednesday, May 13, 2009
The latest release of TMS Scripter Studio Pro allows you to define a theme for the IDE (Integrated Development Environment). This feature requires other TMS products, like TMS AdvMenus and TAdvOfficeTabSet. So, if you are a TMS Component Pack custome...
Thursday, April 2, 2020
We are announcing a new major FlexCel version today. FlexCel 7 was mostly about rendering charts, and FlexCel 7.5 keeps on the same topic, being mostly about creating and modifying charts with code. The new Chart API The fastest way to getting s...
Thursday, March 21, 2024
IntroThere are various tools & IDEs for building websites or web applications, and it's often essential to test them locally before making them public. In Delphi, TMS WEB Core uses a technique by running a web server serv...
Tuesday, January 3, 2017
When creating a database-based application, one of the tasks I always considered boring was to create the database structure, table, fields, foreign keys. Even using a tool to generate a SQL would require me to create a table, add columns, column typ...