Introducing Sergey Gladkiy and TMS Analytics & Physics Pack
It's always a privilege and honour to be able to work with very smart people who are not only expert in Delphi but also expert in a specific domain. Earlier this year, Bernard Roussely and Marion...
View ArticleTEncryptedIniFile: easy to use class for handling app settings with encryption
What's wrong with the KIS principle to store application settings in an INI file? The risk that someone is tampering with the INI file is an often heard reason for not using them. Not being able to...
View ArticleTMS online videos presented at CodeRage XI
During CodeRage XI, the online event from Embarcadero, Bruno Fierens (founder TMS software and Embarcadero MVP), Wagner Landgraf (TMS Business product manager) & Roman Yankovsky (TMS FixInsight...
View ArticleMy Top 10 Aurelius Features - Introduction
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...
View ArticleMy Top 10 Aurelius Features - #10 Automapping
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...
View ArticleWeekend fun with Delphi, math and FNC
Mathematics is fascinating, Delphi is cool, cross-platform is awesome, cross-framework is the icing on the cake. So, what's better than spending some time with all four on a weekend day? For some time,...
View ArticleMy Top 10 Aurelius Features - #9 Plain Old Delphi Objects
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...
View ArticleIntroducing the myCloudData REST Client for Delphi & C++Builder
We are very excited to announce the launch of our new open-source myCloudData.net REST client for Delphi & C++Builder. The myCloudData REST Client is completely free and open-source and hosted on...
View ArticleLive Now: Intensive Delphi 2016 - The biggest online Delphi event in Brazil,...
(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...
View ArticleMy Top 10 Aurelius Features - #8 Lazy Loading
The ability to lazy-load an association is placed at number 8 in the list of My Top 10 Aurelius Features. Suppose you have a TContact class like the following: type TContact = class private FId:...
View ArticleGenerating PDF files cross-platform with ease
With the new 1.7 release of the TMS FNC UI Pack we've added a completely new PDF library built from the ground up, that is capable of generating PDF files on all supported frameworks (FMX, VCL, LCL)....
View ArticleMy Top 10 Aurelius Features - #7 Schema Update
When creating a database-based application, one of the tasks I always considered boring was to create the database structure, table, fields, foreign keys. Even using a tool to generate a SQL would...
View ArticleTMS Cryptography Pack 2016 Bug List and Feature Requests
To begin 2017, here is an update on TMS Cryptography Pack, that has now been available for six months. We received several bug reports and requests for new features that are listed in the Excel...
View ArticleMy Top 10 Aurelius Features - #6 Legacy Databases
The video series "My Top 10 Aurelius Features" continues. The #6 feature is the support for Legacy Databases, and the following video shows it in action. English and Portuguese subtitles available! In...
View ArticleTMS Component Pack v8.5 released with wave of new components
We have given up thinking that the TMS Component Pack will ever be complete. It is simple: It will never be complete! On a daily basis, we're in conversation with developers around the planet with...
View ArticleTMS Aurelius and MVVM Design: an example
John Kouraklis has posted a 2-part article in his blog about using TMS Aurelius and MVVM. From the article: "Model-View-ViewModel (MVVM) design pattern allows developers to write software in a way that...
View ArticleMy Top 10 Aurelius Features - #5 LINQ Expressions and Paging
Most examples and quick-start tutorials about ORM frameworks explain how to insert, update and retrieve single entities in the database. But not many of them go further and show how to perform a query...
View ArticleTMS FNC Core
With the 1.7.1.0 release of the TMS FNC UI Pack we have introduced a TMS FNC Core separation. This means the TMS FNC Core needs to be installed as a prerequisite in order to successfully install the...
View ArticleOne of our many commitments for 2017: more product demonstration videos
We already provide help and documentation in several ways: PDF developer guides for most complex components, a page with component specific tips and FAQ, a monthly knowledge base alert, ... . our TMS...
View ArticleMy Top 10 Aurelius Features - #4 Aurelius Dataset
I consider Aurelius Dataset (TAureliusDataset) a hidden gem of TMS Aurelius. Well, not exactly "hidden" because it's a significant part of it to deserve its own chapter in the Aurelius documentation,...
View Article