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

TdxMapSinglePointItem Class

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

Declaration

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:

See Also