JVCL Help:TJvCustomItemViewer.IndexToColRow

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

Search in JVCL Help

 
Search in all projects
 

Summary

Converts an index in the list to a Column/Row value.


Pascal

 procedureIndexToColRow(Index: Integer; varACol: Integer; varARow: Integer);


Parameters

Parameters Description
Index: Integer The index of the item to convert.
var ACol: Integer The column index is returned in this parameter.
var ARow: Integer The row index is returned in this parameter.


Description

Call IndexToColRow to convert an Items index into its corresponding column and row index.


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