| [Overview][Resource strings][Constants][Types][Procedures and functions][Index] | 
Choose a random string from an array of strings.
Source position: strutils.pp line 58
| function RandomFrom( | 
| const AValues: array of string | 
| ):string; overload; | 
| AValues | 
 | Strings to choose from | 
Random string picked from the array.
RandomFrom picks at random a valid index in the array AValues and returns the string at that position in the array.
None.
| 
 | Check whether a string occurs in an array of strings, observing case. | |
| 
 | Check whether a string occurs in an array of strings, disregarding case. |