IParameter Interface
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
IParameter = public interface
IParameter is a reference to an external or internal parameter.
Namespace: Cirrus
Properties
| | |
|---|---|
| Default: Object | Default value for this parameter |
| HasDefault: Boolean | Returns true if this parameter has a default |
| Mode: ParameterModifier | Returns the direction of a parameter |
| Name: String | Parameter name |
| Type: IType | Type of this parameter |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To