TTMSFNCCustomDataGrid.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: TTMSFNCCustomDataGrid
Syntax
function RealToDisplayRow(ARow: Integer): Integer;
Parameters
| Name | Description |
|---|---|
ARow |
Physical storage row index. |
Returns
Display-order row index.