Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxMapItemClass Type

The type of a map item.

#Declaration

Delphi
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