New demo code for articles #9 & #27

I've just added demo code to my delphidabbler/article-demos repo for these two articles:

  1. How to programatically detect installed versions of Delphi
  2. How to get notified when the content of the clipboard changes

The first one is new and provides code that does just what the title says.


The second one has been dragged out of a old Assembla SVN repo and converted to Git. It provides a simple editor where text can be cut, copied and pasted. The clipboard change notifications are used to update the state of the Paste button depending on whether or not the clipboard contains text. Yes, I know there are other ways to do that, but it demonstrates the article simply!



Comments

Popular posts from this blog

New String Property Editor Planned For RAD Studio 12 Yukon 🤞

Multi-line String Literals Planned For Delphi 12 Yukon🤞

Call JavaScript in a TWebBrowser and get a result back