Language Reference Guide : 4. System Classes : Class Class
 
Share this page                  
Class Class
The Class class is a private data structure that the OpenROAD runtime system uses for managing class information. This class has no attributes and has only one defined method, Create, which creates new instances of objects of a given class.
In 4GL, you can use the name of a class as a constant name to indicate the class. A class name acts as an object of type Class, giving you access to the Create method.
Inherits From
Object Class
Inherited By
UserClassObject
Attributes
None
Methods
Create