Crucial to this question is the feedback case from Xojo contributor Robin here: <https://xojo.com/issue/65248>
I was not aware until today that there is a hidden Implements field in the inspector for interface methods applied to classes. You make it visible by assigning an interface with a method to a class and right-clicking on the method in the navigator and selecting “Show Implements”.
Unfortunately, I do not understand the purpose of this field. What does it do? What is it good for? Is there a practical example that can show the viable application of this property?
@Greg_O_Lone, @Paul_Lefebvre, @William_Yu, @Travis_Hill
Thanks.