Skip to main content

TdxMapLayers Class

A collection of map layers created in a map control.

Declaration

TdxMapLayers = class(
    TcxComponentCollection
)

Remarks

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

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

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

A TdxMapLayers object is referenced by a map control’s Layers property.

See Also