Blog
Featured Blog Post
Monday, August 25, 2025
We are proud to announce the release of TMS Smart Setup 2.0 a major new version that takes Smart Setup beyond its original scope and transforms it into a universal build and installation platform for the entire Delph...
Blog Posts:
Latest arrow_downward | Views
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...
Wednesday, April 27, 2022
In April, we did a blog on how to retrieve Google Analytics results, and display them in a TMS FNC Chart instance. The data, coming from the request, was displayed in a points collection. Did you know that you can also map your own data structu...
Tuesday, April 26, 2022
In the last two outings, we covered some big JavaScript libraries. Bootstrap and Font Awesome are wildly popular and with good reason. And getting started using them in your TMS WEB Core project couldn't be simpler. This time out, we're goin...
Thursday, April 21, 2022
1. IntroductionTMS WEB Core is a framework that allows the user to write JavaScript applications with the Pascal language. Therefore the Pascal code is transpiled to JavaScript.TMS WEB Core supports the three IDEs Embarcadero RAD Studi...
Tuesday, April 19, 2022
With the release of Google Chrome 100 came the new Multi-Screen Window Placement API. This API allows you to enumerate the displays connected to your machine and to place windows on specific screens. We've wrapp...
This time out, we are exploring Font Awesome, another wildly popular JavaScript library. Like Bootstrap last week, Font Awesome requires no JavaScript coding knowledge and very little in the way of HTML or CSS knowledge either. And ...
Thursday, April 14, 2022
1. IntroductionTMS WEB Core is a framework that allows the user to write JavaScript web client applications with the Object Pascal language. Therefore the Object Pascal code is transpiled to JavaScript with the pas2js compiler .TMS WEB Core ...
Tuesday, April 12, 2022
The Microsoft Excel file as industry standardThe Excel .XLSX file format is these days a de facto standard file format to exchange all kinds of tabular data. As the information in an Excel sheet is 2 dimensional, a grid control is t...
With so many incredible JavaScript libraries available to developers, it might be hard to pick a place to start. But one, in particular, touts itself as The most popular JS, CSS, and HTML library in the ...