Blog
Featured Blog Post
Tuesday, March 3, 2026
Versatile and flexible charts with Delphi & C++Builder TMS FNC Chart brings powerful charting to modern Delphi and C++Builder applications. In this introduction, we highlight what you can build today: rich chart types, broad platform sup...
Blog Posts:
Latest arrow_downward | Views
Friday, May 10, 2013
We have just released TMS Aurelius 2.1 with XE4 support. This "small" release took a little longer, but with a good reason for that: thanks to the new iOS compiler provided in Delphi XE4, now TMS Aurelius supports iOS devices, in addition to the alre...
Friday, March 22, 2013
When dealing with Aurelius and any ORM framework, one common task is to build a graphical user interface to edit/display the data. Delphi users are used to the TDataset component, which not only retrieves data from the database but also act as middle...
Friday, March 8, 2013
Inheritance is one of my favorite features in Aurelius. One of benefits of using an ORM is abstracting the SQL and start thinking (almost) purely in OOP. Inheritance and polymorphism are fundamental features of Object-oriented programming, and if whe...
Thursday, February 28, 2013
Using blobs in Aurelius is very straightforward and yet very powerful. In summary, all you have to do is declare your field/property as TBlob (declared in unit Aurelius.Types.Blob.pas). This is enough to map it to an existing blob field in your table...
Monday, February 18, 2013
Besides mapping tables to classes and table columns to fields/properties, Aurelius also maps relationships (foreign keys) to object associations. One nice thing about Aurelius is that such associations are defined in a very simple way: just reference...
Monday, February 11, 2013
In the example provided in the previous post, we saved a TCustomer instance in a local SQLite database which was accessed natively by TMS Aurelius. Lets refactor that code a little bit: procedure SaveCustomer(Connection: IDBconnection; Custo...
Wednesday, February 6, 2013
Even though TMS Aurelius provides extensive documentation, I sometimes receive requests to provide more examples, sample codes and explanations about how to accomplish some daily tasks. Thus, I will start a series of posts about how to use TMS Aurel...
Thursday, December 13, 2012
TMS Aurelius version 1.7, released a couple of weeks ago, introduced a new feature that was often requested by users: JSON support. You may ask yourself, why is that so important? Can't I "use JSON" already with Delphi itself using JSONMarshal class,...
Monday, December 3, 2012
Delphi sessions of Code Rage 7 conference happened on beginning of November. One of the sessions, presented by Olaf Monien, was about building a DataSnap Rest Client using TMS Aurelius and TMS Data Modeler. It's an great video for those interested i...
Monday, October 22, 2012
Embarcadero Delphi Conference Brasil will happen in Sao Paulo, Brazil, this Tuesday, October, 23rd. This is the fourth edition of the event organized by Embarcadero, which had nothing less than 700 attendees last year. There will be up to five simult...