Table of Contents

TTMSFNCDataGridData.FindAll Method

Finds all matching cells; sets AResults to the total count; returns the first match.

API unit family: TMSFNCDataGridData Declaring type: TTMSFNCDataGridData

Syntax

function FindAll(AText: string; AParameters: TTMSFNCDataGridDataFindParameters; var AResults: Integer): TTMSFNCDataGridCellCoord;

Parameters

Name Description
AText Text value used by the operation.
AParameters Argument used by the operation.
AResults Argument used by the operation.

Returns

The resulting cell coordinate.