Sort Method as Delegate

How can I find out which first version of Xojo Desktop introduced the array.Sort(sortMethod As Delegate) ?

I know that I could compile using the latest version (2019 release 2), but I’m running into issues with sluggish control rendering.

2019r2
Note however that there is a significant speed hit using the delegate version currently
<https://xojo.com/issue/57696>

Actually 2017r1 supports the sort delegate. Not sure about any previous versions.

I obviously completely zoned out and referred to the wrong thing entirely

nm scratch my response
lack of coffee and I’m sticking to that line :slight_smile:

array.sort does and has for quite some time
I honestly dont recall when it came to be

Arrays.Sort using a Delegate was added in 2015r3.