TdxMapControlOptionsBehavior.MapItemSelectMode Property
In This Article
Specifies the map item selection mode.
#Declaration
Delphi
property MapItemSelectMode: TdxMapItemSelectMode read; write; default mismExtended;
#Property Value
Type | Default |
---|---|
Tdx |
mism |
#Remarks
Options include:
Value | Description |
---|---|
mism |
Map item selection is disabled. |
mism |
One or zero map items can be selected simultaneously. Clicking a map item selects it, deselecting the previously selected map item. |
mism |
Multiple map items can be selected simultaneously. To switch the selected state of a map item, end-users can click it while holding down the Ctrl key. |
mism |
Multiple map items can be selected simultaneously. In addition to the selection options provided by the mism |
Clicking the map area that is free from map items clears the selection.
The default value of the MapItemSelectMode property is mismExtended.
See Also