Is it possible to add a shared method to a class interface in Xojo ?
No. Class interfaces are all about instances of the class. Shared Methods aren’t.
1 Like
Is it possible to add a shared method to a class interface in Xojo ?
No. Class interfaces are all about instances of the class. Shared Methods aren’t.