JVCL Help:TJvCustomItemViewer.ColRowToIndex

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

Search in JVCL Help

 
Search in all projects
 

Summary

Converts a column row index to an Items array index.


Pascal

 functionColRowToIndex(ACol: Integer; ARow: Integer): Integer;


Parameters

Parameters Description
ACol: Integer The column index to convert. This is 0-based.
ARow: Integer The row index to convert. This is 0-based.


Return Value

The corresponding Items index. This is 0-based.


Description

ColRowToIndex converts a column and row index to the corresponding Items index. This function does not check ACol and ARow, so if the column and row index are invalid, so is the result.


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