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