NamedProperties Members
Functions
| Name | Description |
|---|---|
| Add | Add a property. |
| CopyTo | Copy all properties to the destination object. |
| Exists | Returns True if the property exists. Return value: Boolean. |
| Lookup | Returns True if the property exists. Return value: Boolean. |
| Remove | Removes the item by index or name. |
| RemoveAll | Removes all items. |
Properties
| Name | Description |
|---|---|
| Count | Returns the number of elements in the collection. Return value: Long. This property is read only. |
| Item | Returns an item from the collection by name or index. Return value: NamedProperty. This property is read only. |
Subtopics