Back to Devexpress

TdxCustomMapControl.AddItemFileLayer Method

vcl-dxmapcontrol-dot-tdxcustommapcontrol-a37823a1.md

latest1.1 KB
Original Source

TdxCustomMapControl.AddItemFileLayer Method

Creates a new item file layer and adds it to the map layer collection.

Declaration

delphi
function AddItemFileLayer: TdxMapItemFileLayer;

Returns

TypeDescription
TdxMapItemFileLayer

The created item file layer.

|

Remarks

Call the AddItemFileLayer function to create an item file layer with default settings. You can access all map layers through the Layers.Items property.

See Also

TdxCustomMapControl.AddImageTileLayer Function

TdxCustomMapControl.AddItemLayer Function

TdxMapLayers.Add Function

TdxCustomMapControl Class

TdxCustomMapControl Members

dxMapControl Unit