Table of Contents

TTMSFNCDataGridRenderer.NextSelectableRow Method

Returns the coordinate of the next row that is both visible and selectable, starting after the given cell.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

function NextSelectableRow(AColumn, ARow: Integer): TTMSFNCDataGridCellCoord;

Parameters

Name Description
AColumn Zero-based column index used for selection checks.
ARow Zero-based starting row index.

Returns

The next selectable row coordinate, or an invalid coordinate when none is found.