Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TAdvSmoothListBox
How to select multiple items

As this is not always suitable for every uses we have implemented a method which is able to select multiple items:
 AdvSmoothListBox1.Items.Select([3, 4, 5, 6]);
Just enter the indexes of the items to select, this will select all items in the array. You could write a function which returns an array of integers based on the level index and the starting index.