| [Overview][Constants][Types][Procedures and functions][Variables][Index] |
Splits command line parameters separated by whitespace characters
Source position: lazfileutils.pas line 173
procedure SplitCmdLineParams( |
const Params: string; |
ParamList: TStrings; |
ReadBackslash: Boolean = False |
); |
Parameters are separated by one or more whitespace characters (#9,#10,#13,#32). Quoted values are parsed as a single parameter. If ReadBackslash contains True, then \" is replaced with " and not treated as a quoted value. #0 (Decimal 0) is always treated as the end of the Parameters value.
| lazarus-ccr.sourceforge.net |