[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Characters which start a command-line switch
Source position: sysstrh.inc line 271
const SwitchChars = ['/', '-']; |
The characters in this set will be used by the FindCmdLineSwitch function to determine whether a command-line argument is a switch (an option) or a value. If the first character of an argument is in SwitchChars, it will be considered an option or switch.
|
Check whether a certain switch is present on the command-line. |