ListBox-SelItemRange

Имя функции dcl-ListBox-SelItemRange
Синтаксис   (dcl-ListBox-SelItemRange <CONTROL> FirstItem [типа Long] LastItem [типа Long] Select [типа Boolean])
Возвращаемый тип Boolean (T - успешно; иначе NIL)
Подходит к List Box

This method selects or deselects a range of items starting with FirstItem and ending with LastItem. If Select is T, the items are selected; otherwise they are deselected. This method does not work for single-selection lists (see SelectionStyle).