Return the name of the debug message.
Source position: dbugmsg.pp line 48
function DebugMessageName( |
msgType: Integer |
):string; |
msgType |
|
Message type. |
String describing the message type.
DebugMessageName returns the name of the message type. It can be used to examine the MsgType field of a TDebugMessage record, and if msgType contains a known type, it returns a string describing this type.
If MsgType contains an unknown type, 'Unknown' is returned.