Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomMapControl.Deselect(TdxMapItem) Method

Deselects a specified map item.

#Declaration

Delphi
procedure Deselect(AMapItem: TdxMapItem);

#Parameters

Name Type
AMapItem TdxMapItem

#Remarks

Pass a map item that you want to deselect as the AMapItem parameter.

Handle the map control’s OnSelectionChanged and OnSelectionChanging events to respond to selection changes and prohibit certain map items from being selected/deselected.

See Also