MultiSelect
Specify whether user will be able to select multiple rows by holding Control and Shift keys.
pas
property MultiSelect: Boolean read GetMultiSelect write SetMultiSelect default False;
Remarks
SelectFullRow
property must be set to True.