Function Name | dcl-DWGList-SelItemRange |
---|---|
Syntax | (dcl-DWGList-SelItemRange
<CONTROL>
FirstItem [as
Long]
LastItem [as
Long]
Select [as
Boolean]) |
Return Type | Boolean (T if successful; otherwise NIL) |
Applies To | 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).