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 | Views arrow_downward

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


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


Wednesday, April 24, 2019

Delphi is the number one tool for developing Desktop applications on and for Windows. There is little opposition to this statement. A couple of years ago, the compiler for 64-Bit Windows was also released. Having the VCL at your mercy and extensive d...


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


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


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


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


Thursday, April 25, 2019

Part 2 of the School Data Video Series shows you how to write a web application that offers an interactive Google Map with data that is taken from a database. In order to access the database it uses the REST web service that was built in part 1. The...


Tuesday, April 30, 2019

The next videos of the School Data Series tackle the visualization of numbers using Google Charts. Due to the amount of detail, I decided to split this topic into 3 separate videos. The end result will look like this: Student numbers will be...


PREVIOUS NEXT