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

TMultiSelectStyle

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

Declaration

Source position: comctrls.pp line 2865

type TMultiSelectStyle = set of (

  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.

);

Description

TMultiSelectStyle is a set type used to store zero or more values from the TMultiSelectStyles enumeration. TMultiSelectStyle is the type used to implement the TCustomTreeView.MultiSelectStyle property.

See also

TMultiSelectStyles

  

Represents available multi-select styles.

TCustomTreeView.MultiSelectStyle

  

Additional options for the MultiSelect property.

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