Is MouseCursor no longer property in 2025 that can be set with REALSetPropValueObject

Is MouseCursor no longer property that can be set with REALSetPropValueObject ?

I have checked that I get value when obtaining System and I get value when obtaining Cursors and I get value when I get specific cursor.

So that leaves this one presumably:

REALSetPropValueObject((REALobject)instance,"MouseCursor",cursor);

Note that if I toss out event at same place in the code and code from there

does me.MouseCursor = System.Cursors.SplitterNorthSouth

Then that works. Which again points to

REALSetPropValueObject((REALobject)instance,"MouseCursor",cursor);

Can see here if I send the cursor to Xojo via event and then set the cursor in Xojo then it works

image

Which 100% tells me that REALSetPropValueObject is now broken for the MouseCursor property

Added issue on it now: 1.
#78894