Interface
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Language Keyword
An Interface is used to specify what an object does without specifying how it does it.
Notes
You will not use the Interface keyword directly in your code. To add an Interface to your project, use the Insert button or menu. To assign an Interface to a class, use the Interfaces button on the Inspector for the class.
See Also
Class, Implements keyword; UserGuide:Interfaces topic