TdxCustomMapControl.AddItemFileLayer Method
In This Article
Creates a new item file layer and adds it to the map layer collection.
#Declaration
Delphi
function AddItemFileLayer: TdxMapItemFileLayer;
#Returns
Type | Description |
---|---|
Tdx |
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