AnonymousParameterValue Class
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
A value (usable from within an expression) that points to an anonymous parameter (AnonymousMethodParameter).
[Serializable] AnonymousParameterValue = public class(Value)
Namespace: Cirrus Values
Members
| | |
|---|---|
| constructor() | Empty constructor |
| constructor(aMethod: AnonymousMethodValue; aParameter: Integer) | Constructor that sets the properties |
Properties
| | |
|---|---|
| Method: AnonymousMethodValue | The method this anonymous parameter points to |
| Parameter: Integer | Parameter number; 0 based (first parameter is 0, second is 1, etc. -1 is the result) |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- AnonymousMethodParameter Class
- AnonymousMethodValue Class
- AnonymousResultValue Class
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To