function SetupMessage(const ID: TSetupMessageID): String;
Returns the value of the specified message.
TSetupMessageID is defined as:
'msg' + the message name. Example: SetupMessage(msgSetupAppTitle)
var S: String; begin S := SetupMessage(msgButtonNext); // S now equals '&Next >' end;