Category: delphi

0

TMS Data Modeler and Filter Attributes

Introduction Starting with v.5.0, TMS Aurelius offers a filtering mechanism based on attributes. This means that instead of altering the criteria before they are passed to the object manager, we can now tag the...

JK-Books Only 10

Who could imagine?

Four years ago when I wrote my first book, I never expected to get so excited and keep writing pages and pages… 😀 Who would imagine? Here is what imagination looks like in this case...

1

New Book: Delphi Quick Syntax Reference

The book offers a quick introduction to the Delphi language. In essence, it is a guide to get newcomers started in an easy and comprehensive way. To the experienced Delphi developers, it works as...

0

Chasing Memory Leaks with Deleaker for Delphi

Introduction Memory management is one of the most important topics in software development. There are many schools of thought around the topic and all share a common denominator: memory management is crucial for stable...

5

Microservices in Delphi – Part 1

  Introduction The last ten months have been very interesting for me when it comes to coding. I have discovered the world of microservices and, from the first moment, it caught my eye. I...

0

TMS Training Days 2019 – Aftermath

I attended the TMS training day this year and I must say I am thrilled with the content of the training, the people I met and all the discussion I had with professionals from...

5

New Book: Introducing Delphi ORM

I would like to share with you that my new book has reached the production stage and will be available in September by Apress. The book is about Object Relational Mapping in Delphi and explores...

0

Delphi and CentOS 7

  Introduction In recent years, Embarcadero expanded Delphi to cover the Linux platform as target platform for projects. In this step, two distributions of Linux are supported: RedHat and Ubuntu. There are more than...

0

Delphi Event Bus and MVVM

Daniele Spinetti had a session in the last ITDevCon about how to use his Delphi Event Bus to implement the MVVM pattern. Check the details and have a look at Delphi Event Bus. I, also, like...

30

TMS Aurelius and MVVM design: an example (Part 2)

In the first part, we developed the appropriate design for our application and the relevant classes to allow the use of Aurelius. In this part, we develop the main and customer screens. The Main Screen...

10

TMS Aurelius and MVVM design: an example (Part 1)

Model-View-ViewModel (MVVM) design pattern allows developers to write software in a way that separates applications to layers that serve the business logic, the presentation logic and the elements of the user interface. TMS Aurelius...

12

New Book: MVVM in Delphi is out

Hello everyone, finally my book is out. It is, already, available in electronic version and from today Amazon.com offers a paperback edition. In a couple of days, it will be available from Amazon.co.uk. You...

0

How to deploy a Delphi OSX project from the command line

Delphi has a well developed command line build process (via MSBuild) for Windows projects. After the introduction of FireMonkey, MSBuild was altered to allow users to build non-Win projects. After you build a project, if you...