Delphi and RAD Studio 10.2.3 include 18 new FireMonkey UI templates, designed to highlight FMX's multi-device capabilities, showcase best practices, and help new users get started quicker. They showcase UI paradigms that mobile application developers need in today’s applications.
This blog post focuses on the three new login screen GUI templates, available for download in GetIt (Tools > GetIt Package Manager > Sample Projects). Each of the three templates uses one of the premium FireMonkey multi-platform styles.
C#, C++, and Delphi all have a generic type and method language feature. Although all three languages are statically typed, they implement generics in very different ways. I'm going to give a brief overview of the differences, both in terms of language features and implementation. I presume that Delphi Prism generics work essentially the same as C# generics, which, as you’ll see, is different than Delphi/Win32 generics.
Let me say at the outset that although all three systems work somewhat di...