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