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

TdxMapItemClass Type

The type of a map item.

Declaration

TdxMapItemClass = class of TdxMapItem;

Referenced Class

Type Description
TdxMapItem

A generic map item.

Remarks

Available map item types include:

  • Built-in map items listed in the TdxMapItem class description.

  • A custom map item (a TdxMapItem descendant).

A TdxMapItemClass object is passed as a parameter to:

  • A map item collection’s Add function.

  • An item-based map layer’s AddItem function.

See Also