Returns the index of the string in the Texts array that matches the string in the Title string at the specified position
Namespace: HelperFunctions
Delphi |
function FindMatchText( SearchPos: TCompareStringsOption; Title: String; Texts: Array of String; IgnoreWords: Integer = 0): Integer; |
Parameters
SearchPos
Type: TCompareStringsOption
Title
Type: String
Texts
Type: Array of String
IgnoreWords
Type: Integer
Type: Integer
The following example returns 3:
|