[Overview][Classes][Procedures and functions][Index] Reference for unit 'UTF8Process' (#lazutils)

TProcessUTF8.ParseCmdLine

Separates values in CommandLine into the Executable and Parameters properties

Declaration

Source position: utf8process.pp line 50

public procedure TProcessUTF8.ParseCmdLine(

  const CmdLine: string;

  ReadBackslash: Boolean = False

);

Description

ParseCmdLine is used to separate the values in CommandLine into the values used in the Executable and Parameters properties.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.