Skip to main content

TdxCustomMapControl.AddItemFileLayer Method

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

Declaration

function AddItemFileLayer: TdxMapItemFileLayer;

Returns

Type Description
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