Skip to main content
A newer version of this page is available. .

TdxMapItemAttributes Class

Stores arbitrary data (also called attributes) associated with a map item.

Declaration

TdxMapItemAttributes = class(
    TObject
)

Remarks

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:

  • Manage the collection content (Add and Remove);

  • 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.

Inheritance

TObject
TdxMapItemAttributes
See Also