[Overview][Constants][Types][Classes][Procedures and functions][Index] |
True when a contiguous range of items can be selected by a SHIFT-click. Default True.
Source position: stdctrls.pp line 596
public property TCustomListBox.ExtendedSelect : Boolean |
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.
lazarus-ccr.sourceforge.net |