TTMSFNCDataGridData.FindFirst Method
Starts a stateful search session; use FindNext to advance to subsequent matches.
API unit family: TMSFNCDataGridData
Declaring type: TTMSFNCDataGridData
Syntax
function FindFirst(AText: string; AParameters: TTMSFNCDataGridDataFindParameters): TTMSFNCDataGridCellCoord;
Parameters
| Name | Description |
|---|---|
AText |
Text value used by the operation. |
AParameters |
Argument used by the operation. |
Returns
The resulting cell coordinate.