The development for the Movie Reviews Content Management System has been completed, proportional to the resources available at this time.
The complete documentation is available here.
Blog readers interested in testing it can access it here. To test it, use Username “guest”, password “guest”. No quotations needed.
Note that guests can only add movies, reviews, actors, directors and genre. Due to feedback from client, the length of the movie name has been artificially limited to a maximum of 15 characters, at the home page. On other pages, it will be the original length.
Please feedback if you do test it.
In 2017, with the release of Delphi 10.2 Tokyo, Embarcadero introduced a specialized implementation of the Observer pattern into the System.Classes unit. While it has been in the wild for 9 years, it remains a "hidden" architecture for many, primarily because it serves as the invisible engine behind LiveBindings. Other than live bindings, you can also use the Observer pattern as a way to update component settings to the Windows registry, an .ini file, or persist it elsewhere.
System.Classes