JVCL Help:TJvCustomItemViewer.Items
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomItemViewer.Items Property
[+] TJvCustomItemViewer Events
[+] TJvCustomItemViewer Methods
[+] TJvCustomItemViewer Properties
Search in JVCL Help
Search in all projectsSummary
Provides indexed access to the items in the control.
Pascal
propertyItems [Index: Integer]: TJvViewerItem;
Description
Use Items to read or modify an item at a particular position. Index gives the position of the item, where 0 is the position of the first item, 1 is the position of the second item, and so on. To locate a particular item in the list, call the IndexOf method.
See Also
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