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