Object
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Data Type
Object is the base class of all other classes. Any object can be assigned into a variable of type Object. The default value of a new instance of an object is Nil. The Object class has no properties, methods, or events.
Notes
You will not typically use Object in your own code. However, any use of it will require you to cast your objects back to their original type before they can be used.