Implements

From Xojo Documentation

Language Keyword

A Class can Implement an Interface.

Notes

You will not use the Implements keyword directly in your code. To have a class Implement an Interface, select the Interface using the Interfaces button in the Inspector.

See Also

Class, Interface keywords