JVCL Help:TJvInspectorCompoundItem.IndexOfColumn@TJvCustomInspectorItem

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

Search in JVCL Help

 
Search in all projects
 

Summary

Locates a specific column.


Pascal

 functionIndexOfColumn(constCol: TJvInspectorCompoundColumn): Integer; overload;
functionIndexOfColumn(constItem: TJvCustomInspectorItem): Integer; overload;


Parameters

Parameters Description
const Col: TJvInspectorCompoundColumn Column instance to locate.
const Item: TJvCustomInspectorItem Item instance to locate.


Description

IndexOfColumn searches for a column and returns the index. If the requested column is not found, -1 will be returned, otherwise it's a 0-based index into the Columns list.
IndexOfColumn comes in two overloaded versions: one to locate a column instance and one to locate an item instance.


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