You are reading help file online using chmlib.com
|
function SetupMessage(const ID: TSetupMessageID): String;
Returns the value of the specified message.
var S: String; begin S := SetupMessage(msgButtonNext); // S now equals '&Next >' end;
You are reading help file online using chmlib.com
|