Runtime_SetAboutMenu()

Examples


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.

Syntax

Runtime_SetAboutMenu(application_name)

Parameters

application_name The string that will appear in the About menu item.

Return value

The boolean value true.

Comments

The runtime engine will automatically open any form named “About Box” when the About menu item is chosen.


Documentation Feedback