TcxDataFindCriteria.GetTextStartPositionByRecordIndex(Integer,Integer,string) Method
In This Article
Returns a highlighted text match and its start position in a data item by the specified record and item indexes.
#Declaration
Delphi
#Parameters
Name | Type |
---|---|
ARecord |
Integer |
AItem |
Integer |
AHighlighted |
string |
#Returns
Type |
---|
Integer |
#Remarks
This function works in the same way as the GetTextStartPositionByRowIndex function. The only difference is that the GetTextStartPositionByRecordIndex function accepts a target record’s index as the ARecordIndex parameter instead of the record’s row index.
See Also