[Overview][Types][Classes][Procedures and functions][Index] |
Writes a standard error message on StdErr in the format "<ApplicationName> : <Msg>".
Source position: cmdline.pas line 491
procedure WriteErrorMessage( |
const Msg: string; |
TryMsg: Boolean |
); |
If TryMsg is true then WriteTryCmdMessage is called.