ProcPtrValue 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.


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

Method
Description
ctor(aSelf: Value; aMethod: IMethod)Create a new instance of this class
ctor(aSelf: Value; aName: String)Create a new instance of this class
ctorCreate a new instance of this class


Properties

Property
Description
'Method: IMethod'Field is used.
Name: StringGets or sets the name of the method to get the pointer of
Self: ValueGets or sets the instance to get this pointer of


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox