TTMSFNCDataGrid.FindFirst Method
Begins a stateful search; call FindNext to advance to subsequent matches.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCDataGrid
Inherited from: TTMSFNCCustomDataGrid
Syntax
function FindFirst(AText: string; AParameters: TTMSFNCDataGridDataFindParameters): TTMSFNCDataGridCellCoord;
Parameters
| Name | Description |
|---|---|
AText |
Text to search for. |
AParameters |
Search options controlling case sensitivity, direction, and scope. |
Returns
The first matching cell coordinate.