FieldValue Class
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
[Serializable] FieldValue = public class(Value)
FieldValue points to an instance field on a value. It's used to access regular (non-static) fields. The instance parameter is the value you access this field on. The aOwnerType parameter is the type to look for the field on, as that constructor will call the GetField api on IType.
Namespace: Cirrus Values
Members
| | |
|---|---|
| constructor(aInstance: Value; aField: IField) | Create a new instance of this class |
| constructor(aInstance: Value; aOwnerType: IType; aFieldName: String) | Create a new instance of this class |
| constructor | Create a new instance of this class |
Properties
| | |
|---|---|
| Field: IField | |
| Instance: Value | The value to call access this field on |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- Value Class
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To