Blog

Featured Blog Post

Tuesday, October 7, 2025

TMS FNC UI Pack 6.9 BETA 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 cr...

Blog Posts:  Latest arrow_downward | Views

PREVIOUS NEXT

Tuesday, December 20, 2016

(Este link em português) Intensive Delphi 2016 is happening right now. It's the biggest online Delphi event in Brazil, and it's free for everyone! Already started on Monday, 19th and going on until 24th, it's six days full of sessions about...


Monday, December 12, 2016

My number 9 feature of My Top 10 Aurelius Features refers to PODO - Plain Old Delphi Objects. Or in other words, the fact that Aurelius entities are simple, clean Delphi classes. When Aurelius project started back in mid 2011, there were some objec...


Monday, December 5, 2016

This is the #10 feature of My Top 10 Aurelius Features. Follow the link for the full list! Using the automapping feature is easy: you just need to add the [Automapping] attribute to your class: type [Entity, Automapping] TCustomer = class pri...


After the release of TMS Aurelius Free Edition, the free version of our ORM framework, I've been thinking to do some blog posts about some key TMS Aurelius features. However I spent some time deciding what features to show: would they be in chronolog...


Monday, October 24, 2016

We're happy to announce that TMS Aurelius, our highly regarded ORM (Object Relational Mapping) framework for Delphi, has now a Free Edition. And the best part is that TMS Aurelius Free Edition has all the features that are available in the paid regi...


Friday, May 6, 2016

When building HTTP Servers with TMS Business frameworks - more specifically Rest/JSON servers with TMS XData - you can use the builtin authentication and authorization mechanism to protect server resources/requests. Such mechanism is actually impleme...


Sunday, February 14, 2016

In March, 2014, Thomas Milo Sorensen bought a TMS Business Subscription license. He was using Delphi XE5, the latest version available, and got the six products included in the subscription: TMS Aurelius, TMS Scripter, TMS Data Modeler, TMS Diagram S...


Wednesday, August 12, 2015

One of my favourite features of TMS XData is its powerful querying capabilities. With no extra line of code in your server, clients can choose how to retrieve the server objects, filter them, set an order, etc.. For example, you can perform a GET r...


Friday, April 24, 2015

The latest release of TMS Aurelius introduces an event system that allows you to subscribe listeners to some events that might be fired while you are using Aurelius, especially the TObjectManager. One key difference between regular Delphi ev...


Friday, April 10, 2015

From Wikipedia: Cross-origin resource sharing (CORS) is a mechanism that enables many resources (e.g. fonts, JavaScript, etc.) on a web page to be requested from another domain outside the domain from which the resource originated. In ...


PREVIOUS NEXT