IField Interface
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
IField = public interface (IMember)
IField is the interface that references any external or internal field definitions.
Namespace: Cirrus
Properties
| | |
|---|---|
| ReadOnly: Boolean | If true this field cannot be changed outside the constructor of the original class |
| Type: IType | Field type |
| Volatile: Boolean | Returns if this field should be treated as accessed from multiple threads (avoids caching) |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- IMember Interface
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To