July 2018
Beginner to intermediate
668 pages
16h 29m
English
The publish/subscribe pattern, also known as the Observer pattern, is a very popular design pattern. It comes under a lot of different names, but the final scope is always the same alert when something interesting happens to it. In this recipe, we'll see a utilization of the TMessageManager class, which is the publish/subscribe mechanism implemented in the System.Messaging.pas unit.
Read now
Unlock full access