DWGList-SelItemRange

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

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