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

TMultiSelectStyles

Declaration

Source position: comctrls.pp line 2780

type TMultiSelectStyles = (

  msControlSelect,

  

Allow to select one additonal item by Ctrl+click.

  msShiftSelect,

  

Allow to select a range of items (from previous current item to clicked one) by Shift+click.

  msVisibleOnly,

  

When selecting a range with Shift+click, select only visible (unfolded) items.

  msSiblingOnly

  

When selecting a range with Shift+click, touch only siblings of previous current item.

);

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