TTMSFNCDataGridRenderer.PreviousSelectableRow Method
Returns the coordinate of the previous row that is both visible and selectable, before the given cell.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
function PreviousSelectableRow(AColumn, ARow: Integer): TTMSFNCDataGridCellCoord;
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index used for selection checks. |
ARow |
Zero-based starting row index. |
Returns
The previous selectable row coordinate, or an invalid coordinate when none is found.