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

TdxMapLayer Class

A generic map layer.

Declaration

TdxMapLayer = class(
    TcxComponentCollectionItem
)

Remarks

TdxMapLayer is the base class for classes implementing map layers – be it built-in map layers (TdxMapImageTileLayer, TdxMapItemFileLayer, or TdxMapItemLayer) or custom ones. TdxMapLayer implements the essential functionality that is common to all these map layers, allowing you to do the following:

To manage map layers in a map control, use its Layers collection.

See Also