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