JVCL Help:IJvDataConsumerViewList.ItemHasChildren
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: IJvDataConsumerViewList.ItemHasChildren Method
[+] IJvDataConsumerViewList Methods
[+] IJvDataConsumerViewList Properties
Search in JVCL Help
Search in all projectsSummary
Determines if an item has children.
Pascal
functionItemHasChildren(Index: Integer): Boolean;
Parameters
Parameters | Description |
Index: Integer | 0-based index in the view list of the item to test. Allowed values ranges from 0 to Count-1 |
Description
ItemHasChildren determines if the specified item has any children. This does not mean those child items are actually visible in the view list, but it does mean the item can be expanded to show them. If an item has children the method returns True, otherwise False is returned.
See Also
IJvDataConsumerViewList.SubItem
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