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