Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomMapControl.AddItemFileLayer Method

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

#Declaration

Delphi
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