Application | Global information about application. |
---|---|
Class | A class loaded by the interpreter. |
Classes | A collection of all classes loaded by the interpreter. |
Collection | A hash table whose keys are string and values are Variants. |
Date[] | An array of Dates. |
Error | Error management. |
File | File management. |
Float[] | An array of Floats. |
Integer[] | An array of Integers. |
Libraries | A collection of all components loaded by the interpereter |
Library | A component loaded by the interpreter. |
Object | Object management. |
Object[] | An array of Objects. |
Process | Process management. |
String[] | An array of Strings. |
Symbol | A class symbol. |
Variant[] | An array of Variants. |
Note that arrays are implemented as native classes.
See also Datatypes.
Referenced by: GambasDatatypes GambasIndexByCategory GambasIndexByName GambasPredefinedClasses