Table of Contents

TTMSFNCDataGridRenderer.PreviousVisibleRow Method

Returns the coordinate of the previous visible row before the given position.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

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

Parameters

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

Returns

The previous visible row coordinate, or an invalid coordinate when none is found.