Interfaces: "Implements" field in the inspector

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.

Thanks Norman for your great and very fast help :slight_smile:
https://www.great-white-software.com/blog/2019/12/02/using-interfaces-again/

1 Like

This is documented here:

UserGuide:Interfaces - Xojo Documentation

3 Likes