Back to Devexpress

TdxCustomMapControl.AddItemLayer Method

vcl-dxmapcontrol-dot-tdxcustommapcontrol-4eddbf4f.md

latest975 B
Original Source

TdxCustomMapControl.AddItemLayer Method

Creates a new item layer.

Declaration

delphi
function AddItemLayer: TdxMapItemLayer;

Returns

Type
TdxMapItemLayer

Remarks

This function creates a new item layer with default settings, appends it to the map control’s Layers collection, and returns the created layer as the function’s result.

See Also

TdxCustomMapControl.AddImageTileLayer

TdxCustomMapControl.AddItemFileLayer

TdxMapLayers.Add

TdxCustomMapControl Class

TdxCustomMapControl Members

dxMapControl Unit