TdxMapLayers.Items Property
Provides zero-based indexed access to the map layers contained within the collection.
Declaration
property Items[Index: Integer]: TdxMapLayer read; write; default;
Property Value
Type |
---|
TdxMapLayer |
Remarks
This property returns a generic map layer. To access members that are specific to a certain map layer type (TdxMapImageTileLayer, TdxMapItemFileLayer, TdxMapItemLayer, or another TdxMapLayer descendant), cast the returned map layer to this type.
See Also