ProcPtrValue Class
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
ProcPtrValue = public class(Value)
A proc ptr value is a pointer to a method. Generally used as a parameter to a delegate call.
Namespace: Cirrus Values
Members
| | |
|---|---|
| ctor(aSelf: Value; aMethod: IMethod) | Create a new instance of this class |
| ctor(aSelf: Value; aName: String) | Create a new instance of this class |
| ctor | Create a new instance of this class |
Properties
| | |
|---|---|
| 'Method: IMethod' | Field is used. |
| Name: String | Gets or sets the name of the method to get the pointer of |
| Self: Value | Gets or sets the instance to get this pointer of |
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