Blog

Featured Blog Post

Thursday, April 10, 2025

Today marks an exciting milestone as we welcome a new member to our FNC family: TMS FNC Push Notifications.Our journey into the world of web push notifications began some time ago, with the goal of empowering Delphi developers to...

Blog Posts:  Latest arrow_downward | Views

PREVIOUS NEXT

Friday, July 19, 2019

In the last post, I looked at methods to help you get information about connected displays and determine the path name for common folders. Let’s look at something very valuable when you want to convert binary data into a string: Base64 encodi...


Tuesday, July 16, 2019

The FNC framework helps you to develop framework-independent, cross-platform applications. It has been conceived by tmssoftware.com a couple of years ago and has recently added the web as one of its platforms fascilitating TMS Web Core. FNC real...


Tuesday, July 2, 2019

Web Development still feels “new” to a lot of Delphi developers as Delphi is known for desktop and database application development. Most developers also feel overwhelmed where to start. I just noticed that Packt Publishing Limited offers ...


Thursday, June 27, 2019

Not so long ago, I posted about how to convert an image into a Base64 string. Today, I will show you that using TMS Web Core, this is even easier. If we look into the source code of TMS Web Core, we find that the custom image control adds a public p...


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 it’s an amazing framework from TMS Software (dis...


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...


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...


Monday, May 6, 2019

The video series has taught us how to build a custom web service to deliver data to the web application showing a Google Chart. Displaying information is wonderful, but the chart shows only aggregated values. Any user of the application will have the...


PREVIOUS NEXT