Keyword

Interface


Description

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.

Compatibility

All project types on all supported operating systems.

See also

Class, Implements keyword; Interfaces topic