| [Overview][Types][Classes][Variables][Index] | 
Command-line switch character
Source position: custapp.pp line 85
|  public property TCustomApplication.OptionChar : Char | 
OptionChar is the character used for command line switches. By default, this is the dash ('-') character, but it can be set to any other non-alphanumerical character (although no check is performed on this).
| 
 | Return the index of an option. | |
| 
 | Return the value of a command-line option. | |
| 
 | Check whether an option was specified. | |
| 
 | Are options interpreted case sensitive or not | |
| 
 | Check whether all given options on the command-line are valid. |