| [Overview][Constants][Types][Procedures and functions][Variables][Index] |
Splits the specified command line into program and parameter values.
Source position: lazfileutils.pas line 182
procedure SplitCmdLine( |
const CmdLine: string; |
out ProgramFilename: string; |
out Params: string |
); |
CmdLine |
|
Command line examined in the function. |
ProgramFilename |
|
Executable name found in the command line. |
Params |
|
List of parameters and values found in the command line. |