TdxCustomMapControl.Deselect(TdxMapItem) Method
Deselects a specified map item.
Declaration
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