Table of Contents

TTMSFNCDataGrid.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: TTMSFNCDataGrid Inherited from: 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.