Helper type: Array of strings.
Source position: custapp.pp line 30
| type TStringArray = array of string; | 
TStringArray is an array of strings, used in the TCustomApplication.GetOptionValues call.
| 
 | Get the values for an option that may be specified multiple times. |