TSimpleConsoleInputParser

TSimpleConsoleInputParser is class derived from TCustomConsoleInputParser which provides basic parsing functionality. It interprets every blank (space) as a parameter separator; "echo 'foo bar'" will be interpreted as the command "echo" with two parameters. TAdvancedConsoleInputParser would treat 'foo bar' as one parameter.

Available functionality (users)

No user functionality available. See TCustomConsoleInputParser for further information.

Available functionality (developers)


FParse

procedure FParse;

This FParse function is quite simple and only looks for blanks (spaces) in FInput and stores all parameters available into the FParameters array (the command is stored separately).