[Overview][Constants][Types][Procedures and functions] | Reference for unit 'strutils' (#rtl) |
Choose a random string from an array of strings.
Source position: strutils.pp line 56
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. |
No notes exist for this page yet.