vcl-dxmapitem-c2b9c692.md
Stores arbitrary data (also called attributes) associated with a map item.
TdxMapItemAttributes = class(
TObject
)
This class contains a TDictionary<string, Variant> generic collection of key-value pairs, each of which represents an attribute’s name and value. TdxMapItemAttributes class members allow you to do the following:
Obtain attribute names stored in the collection and determine if they include a specific name (GetNames and ContainsName).
Obtain individual attribute values by attribute names (Values).
A TdxMapItemAttributes object is referenced by a map item’s Attributes property.
TObject TdxMapItemAttributes
See Also