IParameterDefinition Interface
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
IParameterDefinition = public interface (IParameter, IElementDefinition, IPosition)
IParameterDefinition is a reference to a parameter defined in the current project.
Namespace: Cirrus
Members
| | |
|---|---|
| RemoveDefault | Remove the default value |
Properties
| | |
|---|---|
| Default: Object | Gets or sets the default value; setting this to nil will make the default nil, not remove it. |
| Mode: ParameterModifier | Parameter direction |
| Name: String | Name of this parameter |
| Type: IType | Type of this parameter |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- IParameter Interface
- IElementDefinition Interface
- IPosition Interface
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To