JVCL Help:TJvCustomItemViewer.UnselectItems
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomItemViewer.UnselectItems Method
[+] TJvCustomItemViewer Events
[+] TJvCustomItemViewer Methods
[+] TJvCustomItemViewer Properties
Search in JVCL Help
Search in all projectsSummary
Unselects a range of items.
Pascal
procedureUnselectItems(StartIndex: Integer; EndIndex: Integer);
Parameters
Parameters | Description |
StartIndex: Integer | Index of the first item in the range. |
EndIndex: Integer | Index of the last item in the range. |
Description
Call UnselectItems to unselect a range of items in one go. UnselectItems calls BeginUpdate/EndUpdate to speed the unselection process.
See Also
TJvCustomItemViewer.SelectAll, TJvCustomItemViewer.SelectItems
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page