FieldValue Class

From The Oxygene Language Wiki

Jump to:navigation, search

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

Method
Description
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
constructorCreate a new instance of this class


Properties

Property
Description
Field: IField
Instance: ValueThe value to call access this field on


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox