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

MergeCmdLineParams

Generates a string with the specified list of parameters.

Declaration

Source position: lazfileutils.pas line 180

function MergeCmdLineParams(

  ParamList: TStrings

):string;

Arguments

ParamList

  

Parameter names and values handled in the function.

Function result

String representation for the list of parameters.