Ensures that whitespace and quoting in the specified string are valid for use in command line parameters.
Source position: lazfileutils.pas line 181
function StrToCmdLineParam( |
const Param: string |
):string; |
Param |
|
Command line parameter examined in the function. |
Value after normalizing whitespace and quote characters in the command line parameter.
The following actions are performed for values in the Param argument:
| Version 4.6 | Generated 2026-02-20 | Home |