TdxCustomMapControl.SelectedMapItems Property
In This Article
Provides zero-based indexed access to map items that are currently selected within the map control.
#Declaration
Delphi
property SelectedMapItems[Index: Integer]: TdxMapItem read;
#Property Value
Type |
---|
Tdx |
#Remarks
Use the SelectedMapItemCount property to obtain the total number of map items accessible via the SelectedMapItems property.
See Also