Navigation: ESL Documentation > Quick Reference Guide
Create a message box.
ReplyToMessage(TITLE_SV, MESSAGE_SV,
OPTIONS_IV, DEFAULT_OPTION_IV, ICON_IV)
Create a message box that displays help when the user presses F1.
ReplyToMessageWithHelp(TITLE_SV, MESSAGE_SV,
OPTIONS_IV, DEFAULT_OPTION_IV, ICON_IV,
HELP_PANEL_ID_SV)
Create a message box that contains a help button and displays the help when the user presses that button or the F1 key.
ReplyToMessageWithHelpButton(TITLE_SV, MESSAGE_SV,