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

TdxMapItem Class

A generic map item.

Declaration

TdxMapItem = class(
    TcxComponentCollectionItem
)

Remarks

This is the base class for classes implementing various map items including:

Vector items are perfect for pinpointing specific locations on a map, while custom elements help you add image and text overlays. TdxMapItem implements the essential functionality that is common to all these map items, allowing you to:

See Also