[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Represents available multi-select styles.
Source position: comctrls.pp line 2870
type TMultiSelectStyles = ( |
||
msControlSelect, |
|
Enables multi-select using Ctrl+Click to select an additional item. |
msShiftSelect, |
|
Enables multi-select for a range of items from the current selection using Shift+Click. |
msVisibleOnly, |
|
Enables multi-select for visible (expanded) items only using Shift+Click. |
msSiblingOnly |
|
Enables range multi-select for sibling items using Shift+Click. |
); |
|
Set type used to store value(s) from TMultiSelectStyles. |
|
|
Additional options for the MultiSelect property. |