AddAttribute Procedure
Adds an attribute to the last created element, with a given namespace.
Overloads
| Name | Description |
|---|---|
| AddAttribute(Text; Text; Variant) | Adds an attribute to the last created element, with a given namespace. |
| AddAttribute(Text; Variant) | Adds an attribute to the last created element. |
AddAttribute(Text; Text; Variant) Procedure
Adds an attribute to the last created element, with a given namespace.
Signature
AddAttribute(AttributeName: Text; NameSpace: Text; AttributeValue: Variant)
Parameters
AttributeName Text
The name of the attribute.
NameSpace Text
The namespace used for this attribute.
AttributeValue Variant
The value of the attribute.
AddAttribute(Text; Variant) Procedure
Adds an attribute to the last created element.
Signature
AddAttribute(AttributeName: Text; AttributeValue: Variant)
Parameters
AttributeName Text
The name of the element.
AttributeValue Variant
The value of the attribute.
This documentation is generated from Smart Toolbox v27.1