TTMSFNCDataGridRenderer.NextVisibleRow Method
Returns the coordinate of the next visible row after the given position.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
function NextVisibleRow(AColumn, ARow: Integer): TTMSFNCDataGridCellCoord;
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index used for visibility checks. |
ARow |
Zero-based starting row index. |
Returns
The next visible row coordinate, or an invalid coordinate when none is found.