The ForeClassType enumeration contains the types of constructions that can be used in Fore to write application code.
It is used by the following properties and methods:
| Value | Brief description |
| 0 | Class_. Class. |
| 1 | Enum_. Enumeration type. |
| 2 | Interface_. Interface. |
| 3 | Sub_. Procedure/function. |
See also: