Back to Devexpress

TdxMapItemClass Type

vcl-dxmapitem-16acf563.md

latest836 B
Original Source

TdxMapItemClass Type

The type of a map item.

Declaration

delphi
TdxMapItemClass = class of TdxMapItem;

Referenced Class

TypeDescription
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

dxMapItem Unit