TdxCustomMapControl.AddItemLayer Method
In This Article
Creates a new item layer.
#Declaration
Delphi
function AddItemLayer: TdxMapItemLayer;
#Returns
Type |
---|
Tdx |
#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