ListBox-SelItemRange

Function Name dcl-ListBox-SelItemRange
Syntax   (dcl-ListBox-SelItemRange <CONTROL> FirstItem [as Long] LastItem [as Long] Select [as Boolean])
Return Type Boolean (T if successful; otherwise NIL)
Applies To List Box

此方法选择或取消选择以FirstItem开头并以LastItem结尾的项目范围。 如果选择为T,则选择项目; 否则它们被取消选择。 此方法不适用于单选列表(请参阅SelectionStyle)。