TdxMapItemAttributes Methods
Stores arbitrary data (also called attributes) associated with a map item.| Name | Description |
|---|---|
| Add(string,Variant) | Adds an attribute to the collection or updates an existing attribute’s value. |
| ContainsName(string) | Determines if the collection contains an attribute with a specified name. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNames(TStrings) | Retrieves the names of all attributes stored in the collection. |
| Remove(string) | Removes a specified attribute from the collection. |
| ToString | Inherited from TObject. |
See Also