Back to Devexpress

TdxMapCustomElement Class

vcl-dxmapitem-211d2adc.md

latest2.4 KB
Original Source

TdxMapCustomElement Class

A custom map item.

Declaration

delphi
TdxMapCustomElement = class(
    TdxMapPointer
)

Remarks

The TdxMapCustomElement class has members that allow you to do the following:

Tip

Call a map item layer‘s AddItem function and pass a reference to the TdxMapCustomElement class to create a custom map element.

Note

If you want to place a marker without an image, use the TdxMapDot or TdxMapPushpin classes instead.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponentCollectionItem TdxMapItem TdxMapSinglePointItem TdxMapPointer TdxMapCustomElement

See Also

TdxMapCustomElement Members

dxMapItem Unit