JVCL Help:TJvCustomInspector.VisibleIndex

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

Search in JVCL Help

 
Search in all projects
 

Summary

View index of an item.


Pascal

 functionVisibleIndex(constAItem: TJvCustomInspectorItem): Integer; virtual;


Parameters

Parameters Description
const AItem: TJvCustomInspectorItem Description for this parameter


Description

VisibleIndex returns the index (row number) at which the item is displayed. If the item is not displayed at all (ie. the parent is not expa ded or visible or the item is hidden or not visible) the function will return -1. Otherwise its a 0-based index into the VisibleItems property.


See Also

TJvCustomInspector.VisibleItems


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