[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'LazFileUtils' (#lazutils)

StrToCmdLineParam

Ensures that whitespace and quoting in the specified string are valid for use in command line parameters.

Declaration

Source position: lazfileutils.pas line 179

function StrToCmdLineParam(

  const Param: string

):string;

Arguments

Param

  

Command line parameter examined in the function.

Function result

Value after normalizing whitespace and quote characters in the command line parameter.

Description

The following actions are performed for values in the Param argument:


Version 3.2 Generated 2024-02-25 Home