DtvLong dal_men_set_nam (idm, row, nam)

Fill the item buffer of the menu with the item name of the item at the specified row position in the menu.

Input Parameters Significance
DtvLong idm menu Id
DtvLong row row position in the menu
char *nam name string

Output Parameters Significance
no -

Return Code Significance
0 no error
1 zero pointer

The item buffer of a menu can keep all item names defined in the system entity T_SELECTION, whose item entries are assigned to the menu.

DataView uses the item name to refer to the help-text of the menu item.

The function automatically invoke any set Menu listener function.