Object
From REALbasicWiki
| Overall article skill | ✭ |
Object is the base class for all other REALbasic classes.
Actually, there is no Object class in REALbasic. You cannot create a new Object instance, nor will the IDE allow you to set the superclass of a class to Object. You can define a reference of type Object and assign to it.
| |||||
|---|---|---|---|---|---|
| Available on | | ||||
| General | |||||
| Superclass | none | ||||
| Interfaces | none | ||||
| Constants | |||||
|
none | |||||
| Methods | |||||
|
none | |||||
| Properties | |||||
|
none | |||||
| Events | |||||
|
none | |||||
|
NOTE: You can get descriptions of the items above from the REALbasic documentation. | |||||
