Icon SelectedCount Property

property SelectedCount: Integer

Available In: Visual Client Applications

Specifies the number of selected items in the list control. If the MultiSelect property is True, then this property can be used to find out how many items are selected. If the MultiSelect property is False, then this property will always be equal to 1 or 0 (if the list is empty).
Image