JVCL Help:TJvCustomItemViewer.SelectItems

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Selects a range of items.


Pascal

 procedureSelectItems(StartIndex: Integer; EndIndex: Integer; AppendSelection: Boolean);


Parameters

Parameters Description
StartIndex: Integer Index of the first item in the range.
EndIndex: Integer Index of the last item in the range.
AppendSelection: Boolean If true, already selected items are left selected. If false, the current selection is first removed.


Description

Call SelectItems to select a range of items in one go. SelectItems calls BeginUpdate/EndUpdate to speed the selection process.


See Also

TJvCustomItemViewer.SelectAll, TJvCustomItemViewer.UnselectItems


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