Are options interpreted case sensitive or not.
Source position: custapp.pp line 109
|  public property TCustomApplication.CaseSensitiveOptions : Boolean | 
CaseSensitiveOptions determines whether FindOptionIndex and CheckOptions perform searches in a case sensitive manner or not. By default, the search is case-sensitive. Setting this property to False makes the search case-insensitive.
| 
 | Return the index of an option. | |
| 
 | Return the value of a command-line option. | |
| 
 | Check whether an option was specified. | |
| 
 | Command-line switch character. | |
| 
 | Check whether all given options on the command-line are valid. |