JVCL Help:TJvCustomInspectorItem.HasViewableItems

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determines if the item has viewable sub items.


Pascal

 functionHasViewableItems: Boolean; virtual;


Description

HasViewableItems determines if the item has viewable sub items. An item has viewable sub items if:

  • There are sub items with Visible property set to True.
  • Either the item is not hidden (Hidden set to False), or if it's hidden, it must be expanded and have viewable items.


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