Check presence of string in an array of strings.
Source position: strutils.pp line 73
operator operator in( |
const AText: UnicodeString; |
const AValues: array of UnicodeString |
):Boolean; |
This is the (unicode string) operator equivalent of IndexStr
|
Searches, observing case, for a string in an array of strings. |