Blog

Featured Blog Post

Monday, November 3, 2025

TMS FNC UI Pack 6.9 Intro Working with large datasets can be challenging. When your grid contains thousands or even millions of rows, displaying them all at once isn't just impractical—it can bring your application to a craw...

Blog Posts:  Latest arrow_downward | Views

PREVIOUS NEXT

Tuesday, June 7, 2022

As many might know, FPC announced support for anonymous methods some days ago. This was one of the last pieces missing for us to be able to port TMS FlexCel to Lazarus and FPC. So we decided to give it a try, a...


Thursday, June 2, 2022

Version 2.0 of the TMS FNC Chart is available. This major release brings a lot of new features.Most of them are related to quickly get the chart that you want with just a couple lines of code.An overview of the features that were imple...


Hello world! You might have been used to see and read Stephanie in past posts, but today it’s time to introduce a new face! I’m Emmanuel, the internship Marketing and communication since 25th of January. My goal in this ...


Tuesday, May 31, 2022

Do you want to display or edit code directly within your TMS WEB Core application? Then this is the post for you!  This time out, we're diving head-first into CodeMirror 5, which describes itself as "a versatile text editor implemented in...


Tuesday, May 24, 2022

The last couple of posts covered FlatPickr, a popular and very capable datepicker JavaScript library. We looked at many of its options and even looked at two completely different ways to add it to our TMS WEB Core projects. What we didn't...


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


Tuesday, May 17, 2022

Last time out, we looked at how to incorporate FlatPickr into a TMS WEB Core project. We had taken what might be considered the manual approach. A link to a CDN or other source for the library was added to the Project.html file, and t...


Thursday, May 12, 2022

TMS VCL UI Pack is our flag-ship VCL product comprising over 600 VCL components to help you create more feature-rich VCL Windows applications faster. Today, we have released TMS VCL UI Pack v10.7.7.0 that is the 8th release so far in this...


We are used to inspect a call-stack when something goes wrong in our application and it crashes. Delphi has excellent add-on tools that log detailed call-stack information when an application crashes.But it is not always when an application cra...


Wednesday, May 11, 2022

WebAssembly is a low-level language with a compact binary format that runs with near-native performance. Free Pascal offers, since some time, a way to compile Pascal to WebAssembly and integrate these modules inside your web a...


PREVIOUS NEXT