ShellBrowser Delphi Components Documentation
|
Checks if the Item with the passed index is selected.
function IsItemSelected(pIndex: integer): boolean;
Parameters |
Description |
pIndex: integer |
The Item Index of the list item. |
true if the item is selected, false if the index doesn't exist or the item is not selected.
The function is optimized and especially for large lists is much faster than checking Item.Selected.