TTMSFNCCustomDataGrid.FindAll Method
Finds all occurrences of a text; sets AResults to the total count and returns the first matching cell.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCCustomDataGrid
Syntax
function FindAll(AText: string; AParameters: TTMSFNCDataGridDataFindParameters; var AResults: Integer): TTMSFNCDataGridCellCoord;
Parameters
| Name | Description |
|---|---|
AText |
Text to search for. |
AParameters |
Search options controlling case sensitivity, direction, and scope. |
AResults |
Receives the total number of matches found. |
Returns
The first matching cell coordinate.