Table of Contents

TTMSFNCDataGridRenderer.GetPageIndexForRow Method

Returns the zero-based page index that contains the given absolute row index.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

function GetPageIndexForRow(ARow: Integer): Integer;

Parameters

Name Description
ARow Absolute row index to map to a page.

Returns

The zero-based page index that contains the row.