function ModemLogToString(const LogCode: TApxModemLogCode): string;
Returns an English string describing an error code.
The ModemLogToString method references the string resource for the log code and returns a text description of the code. This method is used primarily in the OnModemLog event to display a text description of the log event.
See also: OnModemLog