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

TCustomListBox.MultiSelect

Allows to select more than one Item from the list, using CTRL-click.

Declaration

Source position: stdctrls.pp line 602

public property TCustomListBox.MultiSelect : Boolean
  read FMultiSelect
  write SetMultiSelect
  default False;

See also

TCustomListBox.ExtendedSelect

  

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

TCustomListBox.ItemIndex

  

The currently selected item, -1 if none.

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