
delete_button
You use this method to delete a pushbutton from the toolbar.
CALL METHOD toolbar->DELETE_BUTTON
exporting fcode = fcode
exceptions CNTL_ERROR = 1.
Parameter |
Meaning |
fcode |
Function code of the pushbutton that you want to delete. |

If you created more than one pushbutton with the same function code, the system only deletes the last one.