DtvLong dal_men_del_row (idm, row)

Deletes an item at the specified row position in the menu.

Input Parameters Significance
DtvLong idm menu Id
DtvLong row row position in the menu

Output Parameters Significance
no -

Return Code Significance
0 no error.
1 wrong row position
-1 zero Id

The row position of all subsequent items in the menu is decremented by one.

The function automatically invoke any set Menu listener function.