Blog
Featured Blog Post
Friday, July 3, 2026
Almost every modern application offers it: a row of buttons that say "Continue with Google", "Sign in with Microsoft", or "Login with Apple". Users have come to expect it they don't want yet another password to remember, and you don't wa...
Blog Posts:
Latest | Views arrow_downward
Tuesday, July 23, 2019
Intro macOS & Android 64 bit compilation support has been added to our products. Below is a list of products that are currently enabled to compile for macOS & Android 64 bit TMS FMX UI Pack TMS FMX Chart TMS FMX Cloud Pack TMS FMX WebGMaps TMS FMX...
Monday, December 26, 2022
For a couple of weeks now, ChatGPT is the talk of the town.In record time, millions of users signed up and tested the new AI NLP service from OpenAI and are amazed by the answers for questions it comes up with.For us Delphi develo...
Tuesday, February 20, 2018
By default, the Delphi form designer serves as a WYSIWYG design surface for your web application forms. This means that the UI controls on the Delphi form will appear absolute positioned on the web page. For page layout & organization, ther...
Tuesday, January 14, 2020
With great pleasure we announce another great collaboration with Wagner Landgraf, architect TMS Business tools. Wagner Landgraf is now organizing online training courses for TMS WEB Core! If you work with Delphi and haven't lived in a cave in the las...
Friday, May 13, 2016
Some weeks ago, we released the TMS FNC UI Pack, a set of Framework Neutral Components (FNC), i.e. UI controls that can be used from VCL Windows applications, FireMonkey (FMX) Windows, Mac OS-X, iOS, Android applications and LCL framework based La...
Tuesday, July 25, 2023
As developers, but potentially new-to-web developers, we're all very well aware that there are many kinds of web servers, web services, APIs, and web programming languages, and dozens of ways...
Monday, April 19, 2021
This article is the first in a 4 part series that will explore the new features available in the TWebFirestoreClientDataSet component in TMS Web Core v1.7. A quick summary of the basic features in the previous version of Firestore ClientDataSet comp...
Thursday, November 3, 2022
In Part 2 of this XData Extended Example, we focus mainly on the largest of the three apps, the Survey Admin Client. But first, if you've not alre...
Thursday, December 22, 2016
With the new 1.7 release of the TMS FNC UI Pack we've added a completely new PDF library built from the ground up, that is capable of generating PDF files on all supported frameworks (FMX, VCL, LCL). Via all supported frameworks, you can easily targe...
Tuesday, January 26, 2021
Async? What's that? Maybe you have already heard about the two concepts of synchronous and asynchronous processing of code statements. I give you an example. Let's have a look at a "normal" Delphi application and the following lines of code: ...