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

TdxCustomMapItemLayer.MapItems Property

Provides access to a collection of map items stored in the map layer.

Declaration

property MapItems: TdxMapItems read; write;

Property Value

Type
TdxMapItems

Remarks

Refer to the TdxMapItems class description to learn about available collection management capabilities. At design time, the MapItems property provides the collection editor, which offers similar capabilities. To invoke the collection editor, switch to the Object Inspector and click the ellipsis button next to the MapItems property. In the collection editor, click the down arrow button next to the Add button and select the map item type to be appended to the collection from the drop-down list.

Clicking the Add button creates a dot.

See Also