DMenuAll

Examples


The DMenuAll command is recorded when the user chooses Menu Dump All from the Macro menu. A list of all the application’s menus and submenus will be saved to a text file.

Syntax

DMenuAll dictionary dictionary_name form form_name window window_name file file_name

Parameters

dictionary_name - The name of the current dictionary. The value 'default' indicates the main application dictionary.

form_name - The name of the current form.

window_name - The name of the current window.

file_name - The name and path of the file to which menu information is being written.

Comments

Application-level menus will be listed before form-level menus in the text file containing menu information.


Documentation Feedback