[Overview][Types][Classes][Variables][Index] |
Helper type: Array of strings
Source position: custapp.pp line 24
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 |