Table of Contents

TTMSFNCCustomDataGrid.DisplayToRealRow Method

Converts a display-order row index to the physical storage row index. Sort-aware; not affected by filter.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCCustomDataGrid

Syntax

function DisplayToRealRow(ARow: Integer): Integer;

Parameters

Name Description
ARow Display-order row index.

Returns

Physical storage row index.