Canvas to DesktopCanvas, In which version of Xojo were the DesktopUIControl controls added?

I created a component and I need to figure out up to which version and release of Xojo it is compatible. This is because the component is a super class of the DesktopCanvas object, and for example, it is definitely not compatible with Xojo 2019.

Exactly in what version and release were the In which version of Xojo were the DesktopUIControl controls added?

Thanks,
Gabriel

A simple check @ Canvas — Xojo documentation tells when Canvas was deprecated. Check with the Release notes for confirmation of the release version.

And I instead wasted hours searching through the release notes of older version… :person_facepalming:

Thanks!