TTMSFNCDataGridData.FindNext Method
Advances to the next match in the direction specified by ADown (True = downward/rightward).
API unit family: TMSFNCDataGridData
Declaring type: TTMSFNCDataGridData
Overloads
Overload 1
Advances to the next match in the direction specified by ADown (True = downward/rightward).
function FindNext(ADown: Boolean): TTMSFNCDataGridCellCoord; overload;
Parameters
| Name | Description |
|---|---|
ADown |
Argument used by the operation. |
Returns
The resulting cell coordinate.
Overload 2
Advances to the next match using the default direction from the last Find call.
function FindNext: TTMSFNCDataGridCellCoord; overload;
Returns
The resulting cell coordinate.