[Overview][Constants][Types][Procedures and functions][Index] |
Gets the string representation for the specified message constant.
Source position: lmessages.pp line 892
function GetMessageName( |
const AMessage: Integer |
):string; |
AMessage |
|
Message number converted in the routine. |
String with the name for the message.
GetMessageName can be used to convert the Integer value in AMessage to a String representing the message name. It handles LCL-specific messages RECEIVED from the interface. There are no defines for the messages sent TO the interface.
Version 4.0 | Generated 2025-05-03 | Home |