Table of Contents

TTMSFNCDataGridRenderer.GetRowForPageIndex Method

Returns the absolute row index of the first data row on the given zero-based page.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

function GetRowForPageIndex(APageIndex: Integer): Integer;

Parameters

Name Description
APageIndex Zero-based page index to map to a row.

Returns

The absolute row index at the start of the page.