Selection Methods
The following methods offer control over the current selection list.
Use these methods cautiously because the selection list is strictly outside the control of an application or customisation; the user may change the selection at any time. Named lists should be used to step through items without interfering with the user selection.
| DeselectAll |
Clears the current selection list. |
| GetNumSel |
Gets the number of items selected in the current SWD. |
| GetNumSelEx |
Gets the number of items selected in the current SWD. |
| OpenSel |
Opens an item in the current selection list. |
| SelectAll |
Selects all hittable and editable items. |
| SelectItem |
Toggles the selection status of the current open item. |
| SelectList |
Toggles the selection status of items in a named list. |