Table of Contents

TTMSFNCDataGridRenderer.NextSelectableColumn Method

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

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

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

Parameters

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

Returns

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