Back to Devexpress

TdxMapSinglePointItem Class

vcl-dxmapitem-e40dc2ea.md

latest1.3 KB
Original Source

TdxMapSinglePointItem Class

The base class for map items that can be specified by a single point.

Declaration

delphi
TdxMapSinglePointItem = class(
    TdxMapItem
)

Remarks

This class extends its ancestor with the Location property that allows you to position the map item.

Do not use the TdxMapSinglePointItem class directly. Use the following descendants instead:

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponentCollectionItem TdxMapItem TdxMapSinglePointItem

See Also

TdxMapSinglePointItem Members

dxMapItem Unit