Table of Contents

TTMSFNCDataGridRenderer.PreviousSelectableColumn Method

Returns the coordinate of the previous column that is both visible and selectable, before the given cell.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

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

Parameters

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

Returns

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