Blog
Featured Blog Post
Friday, October 24, 2025
It is that magical time of the year again when pumpkins glow eerily, shadows come alive, and creativity takes center stage. This Halloween we invite all developers to show their ghostly good coding skills and spooky software creations.Have y...
Blog Posts:
Latest arrow_downward | Views
Thursday, September 22, 2022
IntroTMS FNC Core is a universal core layer for creating rich visual and non-visual components for VCL, FMX, LCL and WEB core apps. A major part of TMS FNC Core is the ability to create and execute RE...
Wednesday, August 31, 2022
Again, we are back with another update: TMS FNC UI Pack 4.1!FNC planner editorA major new requested feature was the ability to integrate a custom editor for editing items. In 4.1, we introduced a way to provide your own dialog, bas...
Wednesday, August 10, 2022
In the previous blog posts we handled the basics, demonstrated how to work with collections, generic lists and dictionaries related to object persistence in JSON. Below is an overview of part 1, 2 & 3 of this blog series.Basi...
Monday, August 8, 2022
GenericsThe previous blog post explained how to deal with collections. This blog post will use and transform the TPersonRelations collection to a TObjectList<TPersonRelation> generic type list.TPersonRelation = class(...
Friday, August 5, 2022
CollectionsIn the previous blog post, we talked about the basics for saving and loading objects to and from JSON data. Today, we are going a step further and will look at collections. To demonstra...
Tuesday, August 2, 2022
IntroTMS FNC Core is a universal core layer for creating rich visual and non-visual components for VCL, FMX, LCL and WEB core apps. A major part of TMS FNC Core is the ability to save and load objects to and from...
Monday, July 11, 2022
TMS FNC Chart had a lot of customization options in terms of appearance and overall look & feel, and with a lot of property settings the result was achievable yet time consuming. In v2.0 we went the extra mile and bundled all your highly appre...
Wednesday, June 29, 2022
TMS FNC Chart v2.0 is a major milestone and we are already collecting feedback and thinking about new features for the next version. We listed some of the top requested features in this blog post, but if you have other exciting ideas, please...
Thursday, May 19, 2022
We, as developers, seek for new exciting APIs, new components that offer that little bit extra, or something completely new and mindblowing. As component developers, it's a daily quest to put new and exciting features into our...
Wednesday, May 4, 2022
Last week we did a blog on visualizing your own data structure, which showed the capabilities of virtual data, and the little code required to get up and running. Today's blog is demonstrating how to interact with the chart. When the data is loade...