Class

From Xojo Documentation

You are currently browsing the old Xojo documentation site. It will go offline as of October 2, 2023. Please visit the new Xojo documentation site! - you will be redirected shortly...

Language Keyword

A Class is the fundamental building block of object-oriented programming.

Notes

You will not use the Class keyword directly in your code unless you are using XojoScript. To add a class to your project, use the Insert button or menu.

See Also

XojoScript, Inherits, Interface, Module, Property keywords