TypeDefKind Enum
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
The TypeDefKind enumeration is used to find out what kind of type this ITypeReference Interface holds. The TypeKind property of the ITypeReference interface returns this enum.
Namespace: Cirrus
Enum Values
| | |
|---|---|
| Class | A regular reference class |
| Delegate | A delegate |
| Enum | An enum (or flags) |
| Interface | An interface |
| ValueType | A record |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To