VirtualMode Enum
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
VirtualMode is used to define if a method is virtual, override, abstract or not virtual at all.
Namespace: Cirrus
Enum Values
| | |
|---|---|
| Abstract | An abstract method |
| None | Not virtual |
| Override | An overriden method |
| Virtual | A virtual method |
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