| [Overview][Resource strings][Constants][Types][Procedures and functions][Index] | 
Check presence of string in an array of strings
Source position: strutils.pp line 60
| operator operator in( | 
| const AText: string; | 
| const AValues: array of string | 
| ):Boolean; | 
This is the (string) operator equivalent of IndexStr
| 
 | Searches, observing case, for a string in an array of strings. |