Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>
TAdvSmoothListBox
How to select multiple items
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]);