[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TMultiSelectStyles

Represents available multi-select styles.

Declaration

Source position: comctrls.pp line 2864

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.

);

See also

TMultiSelectStyle

  

Set type used to store value(s) from TMultiSelectStyles.

TCustomTreeView.MultiSelectStyle

  

Additional options for the MultiSelect property.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.