IAttributeDefinitionProvider Interface
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
IAttributeDefinitionProvider = public interface (IAttributesProvider)
This interface is implemented in member and type definitions and makes it possible to change and add new attributes.
Namespace: Cirrus
Members
| | |
|---|---|
| AddAttribute(aType: IType; aParameters: array of Value): IAttributeDefinition | Add a new attribute |
| AddAttribute: IAttributeDefinition | Add a new attribute |
| ClearAttributes | Remove all attributes |
| GetAttribute(no: Integer): IAttributeDefinition | Returns an attribute by index |
| RemoveAttribute(no: Integer) | Remove an attribute |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- IAttributesProvider Interface
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To