Back to Devexpress

TdxMapItem Class

vcl-dxmapitem.md

latest2.2 KB
Original Source

TdxMapItem Class

A generic map item.

Declaration

delphi
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:

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponentCollectionItem TdxMapItem

See Also

TdxMapItem Members

dxMapItem Unit