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

TCustomListBox.ExtendedSelect

True when a contiguous range of items can be selected by a SHIFT-click. Default True.

Declaration

Source position: stdctrls.pp line 596

public property TCustomListBox.ExtendedSelect : Boolean
  read FExtendedSelect
  write SetExtendedSelect
  default True;

Description

Normally a click into the list selects one item, and deselects all other items.

When MultiSelect is True, the user can select/deselect further items with CTRL-click.

When ExtendedSelect also is True, the user can SHIFT-click on an item, to select all items between this and the last selected item.

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