TdxMapLayers.Items Property
In This Article
Provides indexed access to stored map layers.
#Declaration
Delphi
property Items[Index: Integer]: TdxMapLayer read; write; default;
#Property Value
Type | Description |
---|---|
Tdx |
A map layer. To access all public API members of a map layer, you need to cast the returned object to the corresponding terminal Tdx Tip You can call the Class |
#Remarks
Use the Count property to identify the number of map layers accessible through the Items
property.
See Also