Back to Devexpress

TdxCustomMapControl.SelectedMapItems Property

vcl-dxmapcontrol-dot-tdxcustommapcontrol-ac22614f.md

latest1.3 KB
Original Source

TdxCustomMapControl.SelectedMapItems Property

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
TdxMapItem

Remarks

Use the SelectedMapItemCount property to obtain the total number of map items accessible via the SelectedMapItems property.

See Also

TdxCustomMapControl.ClearSelection

TdxCustomMapControl.Deselect

TdxCustomMapControl.OnSelectionChanged

TdxCustomMapControl.OnSelectionChanging

TdxCustomMapControl.Select

TdxCustomMapControl Class

TdxCustomMapControl Members

dxMapControl Unit