Back to Devexpress

TdxMapItem.Attributes Property

vcl-dxmapitem-dot-tdxmapitem-d15c2d69.md

latest777 B
Original Source

TdxMapItem.Attributes Property

Provides access to arbitrary data (also called attributes) associated with the map item.

Declaration

delphi
property Attributes: TdxMapItemAttributes read;

Property Value

TypeDescription
TdxMapItemAttributes

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

|

Remarks

Refer to the TdxMapItemAttributes class description and the ShapefileSupport demo shipped with the ExpressMapControl Suite for information on how to add arbitrary data.

See Also

TdxMapItem Class

TdxMapItem Members

dxMapItem Unit