JVCL Help:TJvCustomInspectorItem.GetDisplayParent

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

Search in JVCL Help

 
Search in all projects
 

Summary

Retrieves the visual parent.


Pascal

 functionGetDisplayParent: TJvCustomInspectorItem; virtual;


Description

GetDisplayParent retrieves the visual parent of the item. Most of the time this will be equal to the Parent property.
If the parent item, however, has its Hidden property set to True, GetDisplayParent will go up the parent hierarchy until it reaches the root, or an item is found who's Hidden property is set to False.
GetDisplayParent is used when items are added/deleted to request a resort of the display parent.


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