To meet your needs, we constantly work to improve Querix products.
This means that Lycia documentation is developing as well.
In case you have found a certain dissonance between the provided information and the actual behavior of Lycia 3 and/or your applications, please, let us know about this via documentation@querix.com so that we can introduce the necessary changes to our documentation.
Thank you for your attention and cooperation.
The SetSelectionRange() method is used to select or unselect a range of rows in a multi-row selection mode.
The method needs four arguments:
Dialog.SetSelectionRange ("screen_array", start_index, end_index, selection)
The start_index and the end_index arguments specify the first and the last row of the range to be selected. The indices values should be within the possible range of the array indices.
-1 specified as the end_index value indicates that the rows should be selected from the start_index to the end of the list.
The selection argument specifies whether the defined range is selected or deselected. Value 1 means that the rows will be selected, 0 will make them deselected.