[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'CmdLine' (#Pkg)

WriteErrorMessage

Writes a standard error message on StdErr in the format "<ApplicationName> : <Msg>".

Declaration

Source position: cmdline.pas line 491

procedure WriteErrorMessage(

  const Msg: string;

  TryMsg: Boolean

);

Description

If TryMsg is true then WriteTryCmdMessage is called.