JVCL Help:TJvCustomInspectorItem.Hidden

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

Search in JVCL Help

 
Search in all projects
 

Summary

Indicates if item is hidden.


Pascal

 propertyHidden: Boolean;


Description

Hidden indicates if the item is hidden. When an item is hidden, it's never visible in the inspector, but child items are (provided the item is expanded and visible).
Read Hidden to determine if the item is hidden or set Hidden to a new state.


About

Notes

Hidden maps onto the iifHidden flag in the Flags property.


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