The Runtime_SetAboutMenu() function allows you to change the application name in the About menu item. This name will also appear on system dialogs, like those displayed when using the error and warning statements. This function will change the title of the application in the runtime engine’s title bar.
Runtime_SetAboutMenu(application_name)
• application_name – The string that will appear in the About menu item.
The boolean value true.
The runtime engine will automatically open any form named “About Box” when the About menu item is chosen.