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

TdxMapItems Class

A collection of map items created in an item-based map layer.

#Declaration

Delphi
TdxMapItems = class(
    TcxComponentCollection
)

#Remarks

This class extends its ancestor class with members that allow you to:

  • Create a new map item and append it to the collection (Add);

  • Access map items contained within the collection (Items).

A TdxMapItems object is referenced by an item-based map layer’s MapItems property.

See Also