
set_button_info
Use this method to change the text, icon, or quick info for a button.
CALL METHOD toolbar->set_button_info
EXPORTING fcode = fcode
icon = icon
text = text
quickinfo = quickinfo.
Parameter and Type |
Optional |
Meaning |
fcode |
Function code of the button (used to identify the button - may not be changed) | |
icon |
X |
New icon in the form '@XY@' |
text |
X |
New text for the button |
quickinfo |
X |
New quickinfo text for the button |