@TBMan
Yes, those 440bx examples are good introductions.
I also have posted quite a few examples from the golden years, mainly translations to Pascal of
https://www.charlespetzold.com/books/ or similar from msdn example code (many of which are Petzold's anyway)
Charley has made
many of his books available for free, through his own website. And the
sourcecode too...
Which was /still is one of the greats regarding Windows programming. It is all C, though, but very readable C and void of much macro wizzardry. IOW, proper C. Which translates to Pascal without much effort, many can be done on the fly.
But I thought you would stick to ptc? Which is far more interesting

since it gives you a greater degree of freedom in some ways.
@440bx
That is also the answer to your 8 months old outstanding question to me: I can confirm I have his permission.
Copyright and source required of course. I simply forgot about it.
There is a slight nuance: some of the code is copyright Microsoft, but that was free to translate anyway.
Btw: my pet project is writing a book about the current main/trunk new features. Many examples I already gave on this forum or the wiki, but in an unstructured way. It is by no means in publishable order.