Table of Contents

TTMSFNCDataGrid.RealToDisplayRow Method

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

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCDataGrid Inherited from: TTMSFNCCustomDataGrid

Syntax

function RealToDisplayRow(ARow: Integer): Integer;

Parameters

Name Description
ARow Physical storage row index.

Returns

Display-order row index.